mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-09 14:48:13 -05:00
build: re-added explicit getrandom dependency in the wasm crate (#646)
This commit is contained in:
@@ -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"] }
|
||||
|
||||
@@ -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"] }
|
||||
Reference in New Issue
Block a user