Skip to content

Commit edc8081

Browse files
committed
fix: wasm-pack build
1 parent d47687b commit edc8081

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

wasm/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ wasm-bindgen-test = "0.3.19"
3838
[profile.release]
3939
# Tell `rustc` to optimize for small code size.
4040
opt-level = "s"
41+
42+
[package.metadata.wasm-pack.profile.release]
43+
wasm-opt = false

0 commit comments

Comments
 (0)