Skip to content

Commit

Permalink
Fix wasm build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Dec 9, 2023
1 parent 7ce2369 commit 3dc2ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.

3 changes: 2 additions & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies]
clvmr = { path = "..", features = [] }
clvmr = { path = ".." }
wasm-bindgen = "=0.2.87"
wasm-bindgen-test = "=0.3.34"
js-sys = "0.3.61"
getrandom = { version = "0.2.9", features = ["js"] }

0 comments on commit 3dc2ffe

Please sign in to comment.