wasm: add GOOS/GOARCH properties

This was an oversight in commit 107fccb288.
This commit is contained in:
Ayke van Laethem
2019-01-11 20:17:25 +01:00
parent 54baf48266
commit 072ef603fe
+2
View File
@@ -1,6 +1,8 @@
{
"llvm-target": "wasm32-unknown-unknown-wasm",
"build-tags": ["js", "wasm"],
"goos": "js",
"goarch": "wasm",
"compiler": "clang-7",
"linker": "ld.lld-7",
"cflags": [