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:
Ayke van Laethem
2019-05-25 18:11:03 +02:00
committed by Ron Evans
parent 5a7bab8808
commit f7687c43aa
+1
View File
@@ -13,6 +13,7 @@
], ],
"ldflags": [ "ldflags": [
"--allow-undefined", "--allow-undefined",
"--no-threads",
"--export-all" "--export-all"
], ],
"emulator": ["node", "targets/wasm_exec.js"] "emulator": ["node", "targets/wasm_exec.js"]