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

Rust installation command doesn't install toolchain or targets #69

Open
sisou opened this issue Dec 22, 2023 · 0 comments
Open

Rust installation command doesn't install toolchain or targets #69

sisou opened this issue Dec 22, 2023 · 0 comments

Comments

@sisou
Copy link

sisou commented Dec 22, 2023

According to https://wasix.org/docs/language-guide/rust/installation, I only have to run cargo install cargo-wasix. However, that does not install the rustup toolchain or targets, as the documentation suggests. In fact, running rustup toolchain list afterwards does not show anything wasix-related.

My versions:

> cargo wasix --version
cargo-wasix 0.1.23

> cargo --version          
cargo 1.74.0 (ecb9851af 2023-10-18)

> rustc --version 
rustc 1.74.0 (79e9716c9 2023-11-13)

> rustup --version          
rustup 1.26.0 (5af9b9484 2023-04-05)
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

No branches or pull requests

1 participant