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

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

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.

configure.ac Outdated Show resolved Hide resolved
@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

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 needs backport to 3.13 bugs and security fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants