We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
panic
wasm
1 parent 7132d46 commit 39b2779Copy full SHA for 39b2779
wasm/Cargo.toml
@@ -14,6 +14,8 @@ version = "0.2.2"
14
opt-level = "z"
15
codegen-units = 1
16
lto = true
17
+panic = "abort"
18
+strip = "symbols"
19
20
[lib]
21
crate-type = ["cdylib", "rlib"]
0 commit comments