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-wasixThe above command will install four things:
- The
cargo-wasixcommand-line tool - The
wasixtoolchain forrustup - The
wasixtarget forrustup - The
wasixtarget forrustc
Verifying the Installation
Verify that the cargo-wasix command-line tool was installed correctly by
$ cargo wasix --version
cargo-wasix 0.1.17Check that the wasix toolchain was installed correctly by running:
$ rustup toolchain list | grep wasix
wasix