1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-23 15:49:44 -05:00

docs(std/wasi): remove outdated testing section (#7812)

This commit is contained in:
Casper Beyer 2020-10-03 22:41:24 +08:00 committed by GitHub
parent 315724b856
commit f9973364dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
```