summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasper Beyer <caspervonb@pm.me>2020-10-03 22:41:24 +0800
committerGitHub <noreply@github.com>2020-10-03 16:41:24 +0200
commitf9973364ddcb784b9514dbed025f793415c263cb (patch)
tree4aa482568a4b0dcb5e0b381d331f1adddf582cab
parent315724b856eb15a8335acda2596611c0fc4f87d5 (diff)
docs(std/wasi): remove outdated testing section (#7812)
-rw-r--r--std/wasi/README.md10
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
-```