Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarifies wasix toolchain installation #79

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

2624789
Copy link

@2624789 2624789 commented Oct 31, 2024

Clarifies that wasix toolchain is installed when you first run a command that requires it

You can not verify wasix toolchain is installed right after running cargo install cargo-wasix because this command does not install wasix toolchain. You need to run a command that requires the toolchain for it to be installed. Just after that you could verify the toolchain is installed with rustup toolchain list

…and that requires it

You can not verify wasix toolchain is installed right after running cargo install cargo-wasix because this command does not install wasix toolchain. You need to run a command that requires the toolchain for it to be installed. Just after that you could verify the toolchain is installed with rustup toolchain list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant