WASIX installation for Rust
âš™
Wasix depends on the rustup
toolchain manager. If you don't have rustup
installed, you can install it by following the instructions at
rust-lang.org (opens in a new tab).
To install the Wasix toolchain for Rust, run the following command:
$ cargo install cargo-wasix
The above command will install four things:
- The
cargo-wasix
command-line tool - The
wasix
toolchain forrustup
- The
wasix
target forrustup
- The
wasix
target forrustc
Verifying the Installation
Verify that the cargo-wasix
command-line tool was installed correctly by
$ cargo wasix --version
cargo-wasix 0.1.17
Check that the wasix
toolchain was installed correctly by running:
$ rustup toolchain list | grep wasix
wasix