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