We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 828523a commit 9176189Copy full SHA for 9176189
peps/pep-0011.rst
@@ -125,7 +125,6 @@ aarch64-pc-windows-msvc Steve Dower
125
armv7l-unknown-linux-gnueabihf Raspberry Pi OS, glibc, gcc Gregory P. Smith
126
powerpc64le-unknown-linux-gnu glibc, clang Victor Stinner
127
s390x-unknown-linux-gnu glibc, gcc Victor Stinner
128
-wasm32-unknown-emscripten Brett Cannon
129
wasm32-unknown-wasi Brett Cannon, Eric Snow
130
x86_64-unknown-freebsd BSD libc, clang Victor Stinner
131
================================ =========================== ========
@@ -355,6 +354,10 @@ No-longer-supported platforms
355
354
| Unsupported in: Python 3.7
356
| Code removed in: Python 3.7
357
+* | Name: wasm32-unknown-emscripten
358
+ | Unsupported in: Python 3.13
359
+ | Code removed in: Unknown
360
+
361
362
Discussions
363
===========
0 commit comments