Skip to content

Commit

Permalink
fix: enable wasm_js feature in wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
crwen committed Feb 12, 2025
1 parent 372aa59 commit 35af6b8
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 @@ -120,6 +120,7 @@ rocksdb = { version = "0.22", optional = true }
sled = { version = "0.34", optional = true }

[target.'cfg(target_arch = "wasm32")'.dependencies]
getrandom = { version = "0.3.1", features = ["wasm_js"] }
wasm-bindgen = "0.2.95"
wasm-bindgen-futures = { version = "0.4.45", optional = true }

Expand Down

0 comments on commit 35af6b8

Please sign in to comment.