You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can build and link just fine, but we cannot actually run the tests as
`wasm-bindgen-test-runner` hasn't yet added support.
Signed-off-by: Joe Richey <[email protected]>
Copy file name to clipboardExpand all lines: src/lib.rs
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
//! | ESP-IDF | `*‑espidf` | [`esp_fill_random`]
31
31
//! | Emscripten | `*‑emscripten` | `/dev/random` (identical to `/dev/urandom`)
32
32
//! | WASI | `wasm32‑wasi` | [`random_get`]
33
-
//! | Web Browser and Node.js | `wasm32‑*‑unknown` | [`Crypto.getRandomValues`] if available, then [`crypto.randomFillSync`] if on Node.js, see [WebAssembly support]
33
+
//! | Web Browser and Node.js | `wasm*‑*‑unknown` | [`Crypto.getRandomValues`] if available, then [`crypto.randomFillSync`] if on Node.js, see [WebAssembly support]
0 commit comments