summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
-```