From: Christian Heimes Date: Thu, 24 Mar 2022 21:09:42 +0000 (+0200) Subject: bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI (GH-32095) X-Git-Tag: v3.11.0a7~137 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a0a9e5b1928fab7d9819c8d6498ef5c0b9383af;p=thirdparty%2FPython%2Fcpython.git 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). --- diff --git a/Misc/NEWS.d/next/Build/2022-03-24-12-12-35.bpo-40280.eAQWrM.rst b/Misc/NEWS.d/next/Build/2022-03-24-12-12-35.bpo-40280.eAQWrM.rst new file mode 100644 index 000000000000..7c7dc6d24fae --- /dev/null +++ b/Misc/NEWS.d/next/Build/2022-03-24-12-12-35.bpo-40280.eAQWrM.rst @@ -0,0 +1,2 @@ +Add SOABI ``wasm32-emscripten`` for Emscripten and ``wasm32-wasi`` for WASI +on 32bit WASM as well as ``wasm64`` counter parts. diff --git a/configure b/configure index 128e36a80062..00f5c7ba4cc7 100755 --- a/configure +++ b/configure @@ -6084,6 +6084,22 @@ cat > conftest.c < conftest.c <