We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wasm32-wasi
$ rustup update nightly info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu' info: latest update on 2024-11-25, rust version 1.85.0-nightly (28fc2ba71 2024-11-24) info: skipping nightly which is missing installed component 'rust-std-wasm32-wasi' info: syncing channel updates for 'nightly-2024-11-24-x86_64-unknown-linux-gnu' info: syncing channel updates for 'nightly-2024-11-23-x86_64-unknown-linux-gnu' info: latest update on 2024-11-23, rust version 1.85.0-nightly (a47555110 2024-11-22) info: skipping nightly which is missing installed component 'rust-std-wasm32-wasi' ...
Nightly update falls back (probably because of WASI target changes).
Shall rustup include a helpful message for wasm32-wasi specifically, mentioning that now one should write wasm32-wasip1?
rustup
wasm32-wasip1
Or maybe even automatically migrate to it.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem you are trying to solve
Nightly update falls back (probably because of WASI target changes).
Solution you'd like
Shall
rustup
include a helpful message forwasm32-wasi
specifically, mentioning that now one should writewasm32-wasip1
?Or maybe even automatically migrate to it.
Notes
No response
The text was updated successfully, but these errors were encountered: