Skip to content

Commit

Permalink
strip for wasm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Nov 15, 2024
1 parent 44af369 commit cdc738e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ cargo-emit = "0.2.1"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"

# stripping is required to be able to run test on wasm32-unknown-unknown with rust 1.82 on ubuntu
# https://github.com/rustwasm/wasm-bindgen/issues/4211
[profile.dev]
strip = true

0 comments on commit cdc738e

Please sign in to comment.