]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)
authorChristian Heimes <christian@python.org>
Thu, 24 Mar 2022 21:09:42 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Mar 2022 21:09:42 +0000 (14:09 -0700)
commit8a0a9e5b1928fab7d9819c8d6498ef5c0b9383af
tree2c36274dc18955aa06798cf0692865f528a9020d
parent4119d2d7c9e25acd4f16994fb92d656f8b7816d7
bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095)

Shared extension on Emscripten now have suffix
``.cpython-311-wasm32-emscripten.so`` (JS loader) and
``.cpython-311-wasm32-emscripten.wasm`` (WebAssembly code).
Misc/NEWS.d/next/Build/2022-03-24-12-12-35.bpo-40280.eAQWrM.rst [new file with mode: 0644]
configure
configure.ac