From f7687c43aaeaa5695893e65ad0428017f535807f Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Sat, 25 May 2019 18:11:03 +0200 Subject: [PATCH] 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 --- targets/wasm.json | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/wasm.json b/targets/wasm.json index 4bde3b74..82fb6ced 100644 --- a/targets/wasm.json +++ b/targets/wasm.json @@ -13,6 +13,7 @@ ], "ldflags": [ "--allow-undefined", + "--no-threads", "--export-all" ], "emulator": ["node", "targets/wasm_exec.js"]