Skip to content

Commit b1072c1

Browse files
committed
fix: Enable mutable globals feature for WASM
1 parent 1bedc1c commit b1072c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ codegen-units = 1
3636
lto = "fat"
3737

3838
[package.metadata.wasm-pack.profile.release]
39-
wasm-opt = ['-O4']
39+
wasm-opt = ["-O4", "--enable-mutable-globals"]

0 commit comments

Comments
 (0)