mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 03:04:35 +03:00
update README: get both wasm32-wasi and wasm32-wasip1 targets
TODO: in future remove wasm32-wasi target
This commit is contained in:
parent
073d657201
commit
71c9c7bed4
@ -35,6 +35,8 @@ cargo install wasm-tools
|
||||
rustup install nightly
|
||||
rustup target add wasm32-wasi
|
||||
rustup target add wasm32-wasi --toolchain nightly
|
||||
rustup target add wasm32-wasip1
|
||||
rustup target add wasm32-wasip1 --toolchain nightly
|
||||
cargo install cargo-wasi
|
||||
|
||||
# Install NPM so we can build frontends for "distro" packages.
|
||||
|
Loading…
Reference in New Issue
Block a user