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"]