1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-25 15:29:32 -05:00

docs: remove wasm and wasi as prerequisites (#10465)

ref: #7512
This commit is contained in:
Casper Beyer 2021-05-02 16:36:15 +08:00 committed by GitHub
parent da911e741c
commit b48ceb69a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,13 +36,6 @@ rustc -V
cargo -V
```
### Setup rust targets and components
```shell
rustup target add wasm32-unknown-unknown
rustup target add wasm32-wasi
```
### Building Deno
The easiest way to build Deno is by using a precompiled version of V8: