diff options
author | Casper Beyer <caspervonb@pm.me> | 2020-10-03 22:41:24 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 16:41:24 +0200 |
commit | f9973364ddcb784b9514dbed025f793415c263cb (patch) | |
tree | 4aa482568a4b0dcb5e0b381d331f1adddf582cab | |
parent | 315724b856eb15a8335acda2596611c0fc4f87d5 (diff) |
docs(std/wasi): remove outdated testing section (#7812)
-rw-r--r-- | std/wasi/README.md | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/std/wasi/README.md b/std/wasi/README.md index 1a2fc4c72..c0c9f5c5a 100644 --- a/std/wasi/README.md +++ b/std/wasi/README.md @@ -86,13 +86,3 @@ if (start instanceof Function) { ); } ``` - -## Testing - -The test suite for this module spawns rustc processes to compile various example -Rust programs. You must have wasm targets enabled: - -``` -rustup target add wasm32-wasi -rustup target add wasm32-unknown-unknown -``` |