Skip to content

Commit f7687c4

Browse files
aykevldeadprogram
authored andcommitted
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
1 parent 5a7bab8 commit f7687c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

targets/wasm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
],
1414
"ldflags": [
1515
"--allow-undefined",
16+
"--no-threads",
1617
"--export-all"
1718
],
1819
"emulator": ["node", "targets/wasm_exec.js"]

0 commit comments

Comments
 (0)