From f9973364ddcb784b9514dbed025f793415c263cb Mon Sep 17 00:00:00 2001 From: Casper Beyer Date: Sat, 3 Oct 2020 22:41:24 +0800 Subject: [PATCH] docs(std/wasi): remove outdated testing section (#7812) --- std/wasi/README.md | 10 ---------- 1 file changed, 10 deletions(-) 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 -```