Skip to content

Commit

Permalink
make wasm-bindgen-test a wasm32 only dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Specy committed Nov 2, 2024
1 parent 6b22dc0 commit 3b880a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ wasm-bindgen-test = "0.3.0"
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
criterion = "0.5"

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

[[bench]]
name = "benchmark"
harness = false
Expand Down

0 comments on commit 3b880a5

Please sign in to comment.