We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6de7f1 commit 586a856Copy full SHA for 586a856
rust_project/loda-rust-web/Cargo.toml
@@ -7,6 +7,9 @@ repository = "https://github.com/loda-lang/loda-rust"
7
license = "MIT OR Apache-2.0"
8
edition = "2021"
9
10
+[package.metadata.wasm-pack.profile.release]
11
+wasm-opt = false
12
+
13
[lib]
14
crate-type = ["cdylib"]
15
0 commit comments