Skip to content

Commit 5ac8d75

Browse files
authored
Remove the link to PS Vita getentropy from the README (#576)
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.
1 parent 9b902af commit 5ac8d75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ fn get_random_u128() -> Result<u128, getrandom::Error> {
6565
| WASI 0.2 | `wasm32‑wasip2` | [`get-random-u64`]
6666
| SOLID | `*-kmc-solid_*` | `SOLID_RNG_SampleRandomBytes`
6767
| Nintendo 3DS | `*-nintendo-3ds` | [`getrandom`][18]
68-
| PS Vita | `*-vita-*` | [`getentropy`][13]
68+
| PS Vita | `*-vita-*` | `getentropy`
6969
| QNX Neutrino | `*‑nto-qnx*` | [`/dev/urandom`][14] (identical to `/dev/random`)
7070
| AIX | `*-ibm-aix` | [`/dev/urandom`][15]
7171

0 commit comments

Comments
 (0)