Update docs for wasm32-unknown-unknown implementation (#295)

Signed-off-by: Joe Richey <joerichey@google.com>
This commit is contained in:
Joseph Richey 2022-10-20 02:33:05 -07:00 committed by GitHub
parent cfdad53dce
commit 353d0ca157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,7 @@
//! | ESP-IDF | `*espidf` | [`esp_fill_random`]
//! | Emscripten | `*emscripten` | `/dev/random` (identical to `/dev/urandom`)
//! | WASI | `wasm32wasi` | [`random_get`]
//! | Web Browser | `wasm32*unknown` | [`Crypto.getRandomValues`], see [WebAssembly support]
//! | Node.js | `wasm32*unknown` | [`crypto.randomFillSync`], see [WebAssembly support]
//! | Web Browser and Node.js | `wasm32*unknown` | [`Crypto.getRandomValues`] if available, then [`crypto.randomFillSync`] if on Node.js, see [WebAssembly support]
//! | SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes`
//! | Nintendo 3DS | `armv6k-nintendo-3ds` | [`getrandom`][1]
//!