Skip to content

Commit

Permalink
feat: build getrandom with feature 'js' for WASI support
Browse files Browse the repository at this point in the history
  • Loading branch information
karpfediem committed Jun 21, 2023
1 parent 23af895 commit 5fc2f50
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 @@ -9,3 +9,4 @@ license = "MIT"

[dependencies]
rand = "0.8.5"
getrandom = { version = "0.2.10", features = ["js"] }

0 comments on commit 5fc2f50

Please sign in to comment.