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:
parent
315724b856
commit
f9973364dd
1 changed files with 0 additions and 10 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue