Skip to content

Commit 587590a

Browse files
committed
wasm dep
1 parent fe5646c commit 587590a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libm-test/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ rand_chacha = "0.9.0"
4141
rayon = "1.10.0"
4242
rug = { version = "1.27.0", optional = true, default-features = false, features = ["float", "integer", "std"] }
4343

44+
[target.'cfg(target_family = "wasm")'.dependencies]
45+
getrandom = { version = "0.3.2", features = ["wasm_js"] }
46+
4447
[build-dependencies]
4548
rand = { version = "0.9.0", optional = true }
4649

0 commit comments

Comments
 (0)