Skip to content

Commit a6896f4

Browse files
committed
ci: skip wasm-opt in wasm-pack
1 parent 965d1a5 commit a6896f4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

engine/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,6 @@ features = [
3636
[profile.release]
3737
# Tell `rustc` to optimize for small code size.
3838
opt-level = "s"
39+
40+
[package.metadata.wasm-pack.profile.release]
41+
wasm-opt = false

0 commit comments

Comments
 (0)