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 1bedc1c commit b1072c1Copy full SHA for b1072c1
wasm/Cargo.toml
@@ -36,4 +36,4 @@ codegen-units = 1
36
lto = "fat"
37
38
[package.metadata.wasm-pack.profile.release]
39
-wasm-opt = ['-O4']
+wasm-opt = ["-O4", "--enable-mutable-globals"]
0 commit comments