Fix WASM build

This commit is contained in:
Elichai Turkel 2022-04-28 17:30:58 +03:00
parent 39aaac6834
commit 5d2f1ceb64
No known key found for this signature in database
GPG Key ID: 9383CDE9E8E66A7F
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ bitcoin_hashes = "0.10"
[target.wasm32-unknown-unknown.dev-dependencies]
wasm-bindgen-test = "0.3"
getrandom = { version = "0.2", features = ["js"] }
[[example]]