Skip to content

Commit

Permalink
build: re-added explicit getrandom dependency in the wasm crate (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
heeckhau authored Oct 21, 2024
1 parent 2042089 commit 99ba47c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
1 change: 1 addition & 0 deletions crates/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }

0 comments on commit 99ba47c

Please sign in to comment.