mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 11:37:46 +00:00
wasm: add GOOS/GOARCH properties
This was an oversight in commit 107fccb288.
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user