Skip to content

Commit 353d0ca

Browse files
authored
Update docs for wasm32-unknown-unknown implementation (#295)
Signed-off-by: Joe Richey <[email protected]>
1 parent cfdad53 commit 353d0ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
//! | ESP-IDF | `*‑espidf` | [`esp_fill_random`]
3131
//! | Emscripten | `*‑emscripten` | `/dev/random` (identical to `/dev/urandom`)
3232
//! | WASI | `wasm32‑wasi` | [`random_get`]
33-
//! | Web Browser | `wasm32‑*‑unknown` | [`Crypto.getRandomValues`], see [WebAssembly support]
34-
//! | Node.js | `wasm32‑*‑unknown` | [`crypto.randomFillSync`], see [WebAssembly support]
33+
//! | Web Browser and Node.js | `wasm32‑*‑unknown` | [`Crypto.getRandomValues`] if available, then [`crypto.randomFillSync`] if on Node.js, see [WebAssembly support]
3534
//! | SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes`
3635
//! | Nintendo 3DS | `armv6k-nintendo-3ds` | [`getrandom`][1]
3736
//!

0 commit comments

Comments
 (0)