Skip to content

Commit

Permalink
📌 fix getrandom for wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
chriamue committed Sep 26, 2023
1 parent d40f02f commit 9e40589
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ pythonize = { version = "0.16", optional = true }
wasm-bindgen = { version = "0.2", features = ["serde-serialize"] }
wasm-bindgen-futures = { version = "0.4.37" }
js-sys = "0.3.64"
getrandom = { version = "0.2.10", features = ["js"] }

[dev-dependencies]
wasm-bindgen-test = "0.3.37"
Expand Down

0 comments on commit 9e40589

Please sign in to comment.