wasix-org/wasix-docs

Verify installation in the rust instructions fails

Closed this issue · 2 comments

Following instructions here https://wasix.org/docs/language-guide/rust/installation

in the last step, Check that the waist toolchain was installed correctly

rustup target list | grep wasix

Gives me nothing.

However running a search for toolchains does:

$ rustup toolchain list | grep wasix
wasix

I'm running cargo-wasix 0.1.20.

Are the instructions incorrect? Or is the installer failing to install a target called wasix?

@jessbowers can you please mention your system details. Like your operating system. And could you also update with newly released cargo-wasix 0.1.21

The instructions have been updated with 'toolchain' so this issue can be closed. I just verified that the steps work as described.