Skip to content

Commit 9176189

Browse files
authored
PEP 11: wasm32-unknown-emscripten is no longer supported (#3612)
1 parent 828523a commit 9176189

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

peps/pep-0011.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ aarch64-pc-windows-msvc Steve Dower
125125
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc Gregory P. Smith
126126
powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner
127127
s390x-unknown-linux-gnu glibc, gcc Victor Stinner
128-
wasm32-unknown-emscripten Brett Cannon
129128
wasm32-unknown-wasi Brett Cannon, Eric Snow
130129
x86_64-unknown-freebsd BSD libc, clang Victor Stinner
131130
================================ =========================== ========
@@ -355,6 +354,10 @@ No-longer-supported platforms
355354
| Unsupported in: Python 3.7
356355
| Code removed in: Python 3.7
357356
357+
* | Name: wasm32-unknown-emscripten
358+
| Unsupported in: Python 3.13
359+
| Code removed in: Unknown
360+
358361

359362
Discussions
360363
===========

0 commit comments

Comments
 (0)