1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00

doc: add info on installing wasm32-wasi target (#6470)

This commit is contained in:
Chris Knight 2020-06-25 11:38:27 +01:00 committed by GitHub
parent 6527189520
commit c98038a032
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,6 +34,15 @@ 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:
```