aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-16 08:20:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-02-16 08:20:21 +0000
commitd9485ccfbc37a8736dfc085f2f6ceafa3e31696a (patch)
treeaf497444c7e9b3ecbb902fd0585f12ab1f7e9b39 /README.md
parent271eede053420cdcea5f348bb0eed9f41a0c006f (diff)
parente488058ff72271a0aeacfa339e81787d6a818005 (diff)
downloadrand-d9485ccfbc37a8736dfc085f2f6ceafa3e31696a.tar.gz
Snap for 8189365 from e488058ff72271a0aeacfa339e81787d6a818005 to tm-frc-resolv-release
Change-Id: I667992970fdf578a24c061f6983fe9b6f2149f94
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 355e53b..aaf6df1 100644
--- a/README.md
+++ b/README.md
@@ -139,14 +139,6 @@ unavailable (unless `getrandom` is enabled), large parts of `seq` are
unavailable (unless `alloc` is enabled), and `thread_rng` and `random` are
unavailable.
-### WASM support
-
-The WASM target `wasm32-unknown-unknown` is not *automatically* supported by
-`rand` or `getrandom`. To solve this, either use a different target such as
-`wasm32-wasi` or add a direct dependancy on `getrandom` with the `js` feature
-(if the target supports JavaScript). See
-[getrandom#WebAssembly support](https://docs.rs/getrandom/latest/getrandom/#webassembly-support).
-
# License
Rand is distributed under the terms of both the MIT license and the