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

PEP 11: wasm32-unknown-emscripten is no longer supported #3612

Merged
merged 1 commit into from
Jan 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion peps/pep-0011.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ aarch64-pc-windows-msvc Steve Dower
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc Gregory P. Smith
powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner
s390x-unknown-linux-gnu glibc, gcc Victor Stinner
wasm32-unknown-emscripten Brett Cannon
wasm32-unknown-wasi Brett Cannon, Eric Snow
x86_64-unknown-freebsd BSD libc, clang Victor Stinner
================================ =========================== ========
Expand Down Expand Up @@ -355,6 +354,10 @@ No-longer-supported platforms
| Unsupported in: Python 3.7
| Code removed in: Python 3.7

* | Name: wasm32-unknown-emscripten
| Unsupported in: Python 3.13
| Code removed in: Unknown


Discussions
===========
Expand Down