Skip to content

Commit cdc738e

Browse files
committed
strip for wasm tests
1 parent 44af369 commit cdc738e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Cargo.toml

+5
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ cargo-emit = "0.2.1"
3232

3333
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
3434
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

Comments
 (0)