We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6e888 commit 45d498eCopy full SHA for 45d498e
wasm/build.js
@@ -40,7 +40,7 @@ async function buildWasm(network) {
40
"--no-default-features",
41
"--features", `browser,${network}`,
42
],
43
- wasmOpt: ["-O", "--all-features"],
+ wasmOpt: ["-O", "--enable-threads", "--enable-bulk-memory", "--enable-bulk-memory-opt"],
44
},
45
46
experimental: {
0 commit comments