mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 19:17:47 +00:00
wasm: fix wasm-ld hang
See the following bugs for more information: https://bugs.llvm.org/show_bug.cgi?id=41508 https://bugs.llvm.org/show_bug.cgi?id=37064
This commit is contained in:
committed by
Ron Evans
parent
5a7bab8808
commit
f7687c43aa
@@ -13,6 +13,7 @@
|
||||
],
|
||||
"ldflags": [
|
||||
"--allow-undefined",
|
||||
"--no-threads",
|
||||
"--export-all"
|
||||
],
|
||||
"emulator": ["node", "targets/wasm_exec.js"]
|
||||
|
||||
Reference in New Issue
Block a user