build: re-added explicit getrandom dependency in the wasm crate (#646)

This commit is contained in:
Hendrik Eeckhaut
2024-10-21 11:00:17 +02:00
committed by GitHub
parent 2042089132
commit 99ba47c25d
2 changed files with 1 additions and 4 deletions

View File

@@ -47,7 +47,3 @@ tlsn-data-fixtures = { workspace = true }
[[test]]
name = "api"
required-features = ["fixtures"]
# [target.'cfg(target_arch = "wasm32")'.dependencies]
# ring = { version = "0.17", features = ["wasm32_unknown_unknown_js"] }
# getrandom = { version = "0.2", features = ["js"] }

View File

@@ -49,3 +49,4 @@ ws_stream_wasm = { git = "https://github.com/tlsnotary/ws_stream_wasm", rev = "2
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-rayon = { version = "1.0" }
getrandom = { version = "0.2", features = ["js"] }