From 81180f931c00b4c707ada2104af407268f47de55 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Thu, 24 Mar 2022 12:12:58 +0100 Subject: [PATCH] bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI Shared extension on Emscripten now have suffix ``.cpython-311-wasm32-emscripten.so`` (JS loader) and ``.cpython-311-wasm32-emscripten.wasm`` (WebAssembly code). --- .../2022-03-24-12-12-35.bpo-40280.eAQWrM.rst | 2 ++ configure | 16 ++++++++++++++++ configure.ac | 16 ++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 Misc/NEWS.d/next/Build/2022-03-24-12-12-35.bpo-40280.eAQWrM.rst 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 00000000000000..7c7dc6d24fae45 --- /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 128e36a80062a2..00f5c7ba4cc728 100755 --- a/configure +++ b/configure @@ -6084,6 +6084,22 @@ cat > conftest.c < conftest.c <