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

@tiran

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

@tiran tiran mentioned this pull request

Mar 24, 2022

brettcannon