Skip to content

Commit

Permalink
Enable WASM/JS backend for getrandom v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
uklotzde committed Jan 29, 2025
1 parent 2d94ae6 commit d67e49c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.wasm32-unknown-unknown]
rustflags = ['--cfg', 'getrandom_backend="wasm_js"']

0 comments on commit d67e49c

Please sign in to comment.