Skip to content

Commit

Permalink
try to fix wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Dec 11, 2024
1 parent 5ead715 commit 1bb6ed1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ num-prime = { version = "0.4.3", features = ["big-int"] }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3.34"
# The js feature needs to be enabled
getrandom = { version = "*", features = ["js"]}

[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
iai-callgrind = "0.3.1"
Expand Down

0 comments on commit 1bb6ed1

Please sign in to comment.