Skip to content

Commit 2f062b8

Browse files
committed
Fix wasm tests
1 parent bcedde5 commit 2f062b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

crates/std_float/Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ core_simd = { path = "../core_simd", default-features = false }
1111
[dev-dependencies.test_helpers]
1212
path = "../test_helpers"
1313

14+
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
15+
wasm-bindgen = "0.2"
16+
wasm-bindgen-test = "0.3"
17+
1418
[features]
1519
default = ["as_crate"]
1620
as_crate = []

0 commit comments

Comments
 (0)