Skip to content

Commit

Permalink
Remove the link to PS Vita getentropy from the README (#576)
Browse files Browse the repository at this point in the history
Currently, PS Vita entry in the README links to the Emscripten issue
tracker, likely by mistake. This pull request unlinks `getentropy` in
the PS Vita entry.
  • Loading branch information
lukateras authored Jan 3, 2025
1 parent 9b902af commit 5ac8d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fn get_random_u128() -> Result<u128, getrandom::Error> {
| WASI 0.2 | `wasm32‑wasip2` | [`get-random-u64`]
| SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes`
| Nintendo 3DS | `*-nintendo-3ds` | [`getrandom`][18]
| PS Vita | `*-vita-*` | [`getentropy`][13]
| PS Vita | `*-vita-*` | `getentropy`
| QNX Neutrino | `*‑nto-qnx*` | [`/dev/urandom`][14] (identical to `/dev/random`)
| AIX | `*-ibm-aix` | [`/dev/urandom`][15]

Expand Down

0 comments on commit 5ac8d75

Please sign in to comment.