Skip to content

Commit e6f2978

Browse files
Fix WASM build
1 parent 6d923b4 commit e6f2978

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ bitcoin_hashes = "0.10"
5353

5454
[target.wasm32-unknown-unknown.dev-dependencies]
5555
wasm-bindgen-test = "0.3"
56+
getrandom = { version = "0.2", features = ["js"] }
5657

5758

5859
[[example]]

0 commit comments

Comments
 (0)