Skip to content

Commit

Permalink
WASM dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bladecoder committed Dec 5, 2024
1 parent a5d9c17 commit a05f1d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ stringreader = "0.1.1"

[features]
stream-json-parser = []

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
getrandom = { version = "0.2.15", features = ["js"] }

0 comments on commit a05f1d3

Please sign in to comment.