◐ Shell
clean mode source ↗

bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI by tiran · Pull Request #32095 · python/cpython

Shared extension on Emscripten now have suffix
.cpython-311-wasm32-emscripten.so (JS loader) and
.cpython-311-wasm32-emscripten.wasm (WebAssembly code).

https://bugs.python.org/issue40280

Automerge-Triggered-By: GH:tiran