-
Notifications
You must be signed in to change notification settings - Fork 269
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
Rename wasm32-wasi
to wasm32-wasi-preview1
#1417
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) soon. |
wasm32-wasi
to wasm32-wasi-preview1
wasm32-wasi
to wasm32-wasi-preview1
I believe CI is failing because rust-lang/rust#110596 has not been merged yet. |
Yes. I wonder if you want to also add preview2 in the same PR since I assume the current code should be tested (and works) with it as well. |
LGTM, just ping me once rust-lang/rust#110596 makes it into a nightly and I'll merge this. |
This commit is a replacement for rust-lang#1417 now that rust-lang/rust#12046 has landed. While I was here I went ahead and updated the Wasmtime used in CI and adapted its command line as well.
I've posted a replacement for this at #1546 in light of the "new plan" |
This commit is a replacement for #1417 now that rust-lang/rust#12046 has landed. While I was here I went ahead and updated the Wasmtime used in CI and adapted its command line as well.
Implements rust-lang/compiler-team#607. Sibling to rust-lang/rust#110596 and rust-lang/rustc-dev-guide#1678.
This PR renames the
wasm32-wasi
target towasm32-wasi-preview1
, in accordance to the accepted compiler team MCP. I'm not sure what the right ordering is wrt merging this PR? Does this need to wait on rust-lang/rust#110596 being merged first?