-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Support wasm32-wasip1
as the default WASI target triple
#123877
Comments
Can't we wait for Python 3.14 to make such change? A soft deprecation doesn't sound like something urgent. |
I'm not making the change until 3.13.1 if that's what you're worried about. But I don't want to leave I also have a PR to make it easy enough to specify the triple as well, so it won't be a costly transition to specify it manually so some workflow works in 3.13.0 and 3.13.1. |
…to be more specific
…more specific (GH-126552) Eventually wasm32-wasi will represent WASI 1.0, and so it's currently deprecated so it can be used for that eventual purpose. wasm32-wasip1 is also more specific to what version of WASI is currently supported. --------- Co-authored-by: Erlend E. Aasland <[email protected]>
This is in |
Once #126561 lands then I will make a PR to update the buildbot config. |
Bug report
Bug description:
https://bytecodealliance.zulipchat.com/#narrow/stream/219900-wasi/topic/Is.20.60wasm32-wasi.60.20retired.20in.20preference.20for.20.60wasm32-wasip1.60.3F points out that
wasm32-wasi
is soft deprecated in favour ofwasm32-wasip1
so thatwasm32-wasi
can be claimed for WASI 1.0. As such, we should move over to making-wasip1
the target triple.This will require #123042 as well as a version of brettcannon@2959f15 .
CPython versions tested on:
3.13
Operating systems tested on:
Other
Linked PRs
wasm32-wasip1
instead ofwasm32-wasi
to be more specific #126552wasm32-wasip1
the target triple for WASI #126561The text was updated successfully, but these errors were encountered: