We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44af369 commit cdc738eCopy full SHA for cdc738e
Cargo.toml
@@ -32,3 +32,8 @@ cargo-emit = "0.2.1"
32
33
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
34
wasm-bindgen-test = "0.3"
35
+
36
+# stripping is required to be able to run test on wasm32-unknown-unknown with rust 1.82 on ubuntu
37
+# https://github.com/rustwasm/wasm-bindgen/issues/4211
38
+[profile.dev]
39
+strip = true
0 commit comments