Skip to content

Commit 586a856

Browse files
committed
Fixed wasm build failure
1 parent f6de7f1 commit 586a856

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rust_project/loda-rust-web/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ repository = "https://github.com/loda-lang/loda-rust"
77
license = "MIT OR Apache-2.0"
88
edition = "2021"
99

10+
[package.metadata.wasm-pack.profile.release]
11+
wasm-opt = false
12+
1013
[lib]
1114
crate-type = ["cdylib"]
1215

0 commit comments

Comments
 (0)