-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Update autoconf to warn when building under wasm32-unknown-emscripten
#113632
Labels
3.13
bugs and security fixes
build
The build process and cross-build
deferred-blocker
OS-wasi
type-bug
An unexpected behavior, bug, or error
Comments
brettcannon
added
type-bug
An unexpected behavior, bug, or error
build
The build process and cross-build
OS-wasi
3.13
bugs and security fixes
deferred-blocker
labels
Jan 1, 2024
This is blocked on the SC answering python/steering-council#226 . |
Another option is to have a warning anytime you build on a platform that isn't supported. |
brettcannon
changed the title
Add error to autoconf when building under
Update autoconf to warn when building under Feb 1, 2024
wasm32-unknown-emscripten
wasm32-unknown-emscripten
brettcannon
added a commit
to brettcannon/cpython
that referenced
this issue
Feb 9, 2024
Move WASI to tier 2 and drop Emscripten.
erlend-aasland
pushed a commit
that referenced
this issue
Feb 9, 2024
Move WASI to tier 2 and drop Emscripten.
github-project-automation
bot
moved this from Todo
to Done
in Release and Deferred blockers 🚫
Feb 9, 2024
fsc-eriker
pushed a commit
to fsc-eriker/cpython
that referenced
this issue
Feb 14, 2024
…ython#115192) Move WASI to tier 2 and drop Emscripten.
erlend-aasland
added a commit
to erlend-aasland/cpython
that referenced
this issue
Apr 13, 2024
See pythongh-113632 and python/peps#3612: Emscripten is no longer supported
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
build
The build process and cross-build
deferred-blocker
OS-wasi
type-bug
An unexpected behavior, bug, or error
Bug report
Bug description:
Support for wasm32-unknown-emscripten was dropped in python/peps#3612 . As part of PEP 11, a
configure
error needs to be triggered when building for the platform.CPython versions tested on:
CPython main branch
Operating systems tested on:
No response
Linked PRs
configure.ac
for WebAssembly support tiers #115192The text was updated successfully, but these errors were encountered: