Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-40280: Add wasm32-emscripten and wasm32-wasi SOABI #32095

Merged
merged 1 commit into from Mar 24, 2022

Conversation

tiran
Copy link
Member

@tiran tiran commented Mar 24, 2022

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

Shared extension on Emscripten now have suffix
``.cpython-311-wasm32-emscripten.so`` (JS loader) and
``.cpython-311-wasm32-emscripten.wasm`` (WebAssembly code).
configure.ac Show resolved Hide resolved
@tiran tiran added the 🤖 automerge label Mar 24, 2022
@miss-islington miss-islington merged commit 8a0a9e5 into python:main Mar 24, 2022
12 checks passed
asvetlov added a commit to YvesDup/cpython that referenced this issue Mar 25, 2022
Shared extension on Emscripten now have suffix
``.cpython-311-wasm32-emscripten.so`` (JS loader) and
``.cpython-311-wasm32-emscripten.wasm`` (WebAssembly code).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA signed 🤖 automerge
Projects
None yet
5 participants