Thanks to visit codestin.com
Credit goes to github.com

Skip to content

GH-123877: default to wasm32-wasip1 instead of wasm32-wasi to be more specific #126552

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

Merged
merged 5 commits into from
Nov 7, 2024

Conversation

brettcannon
Copy link
Member

@brettcannon brettcannon commented Nov 7, 2024

Eventually wasm32-wasi will represent WASI 1.0, and so it's currently deprecated for that eventual transition. wasm32-wasip1 is also more specific to what version of WASI that is currently supported.

@brettcannon brettcannon added the build The build process and cross-build label Nov 7, 2024
@brettcannon brettcannon self-assigned this Nov 7, 2024
@brettcannon brettcannon added the needs backport to 3.13 bugs and security fixes label Nov 7, 2024
@brettcannon brettcannon merged commit bbe9b21 into python:main Nov 7, 2024
47 checks passed
@brettcannon brettcannon deleted the 123877-wasip1 branch November 7, 2024 21:40
@miss-islington-app
Copy link

Thanks @brettcannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @brettcannon, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker bbe9b21d06c192a616bc1720ec8f7d4ccc16cab8 3.13

picnixz pushed a commit to picnixz/cpython that referenced this pull request Dec 8, 2024
…to be more specific (pythonGH-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]>
ebonnal pushed a commit to ebonnal/cpython that referenced this pull request Jan 12, 2025
…to be more specific (pythonGH-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]>
@hugovk hugovk removed the needs backport to 3.13 bugs and security fixes label Feb 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants