Skip to content

Commit

Permalink
docs(wasi): remove outdated testing section (denoland/deno#7812)
Browse files Browse the repository at this point in the history
  • Loading branch information
caspervonb committed Jan 24, 2021
1 parent 85db471 commit acd4616
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions wasi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit acd4616

Please sign in to comment.