diff --git a/std/wasi/README.md b/std/wasi/README.md index 1a2fc4c72e..c0c9f5c5a1 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 -```