]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more specific...
authorBrett Cannon <brett@python.org>
Thu, 7 Nov 2024 21:40:56 +0000 (13:40 -0800)
committerGitHub <noreply@github.com>
Thu, 7 Nov 2024 21:40:56 +0000 (13:40 -0800)
commitbbe9b21d06c192a616bc1720ec8f7d4ccc16cab8
tree63c33621f4828461ae2da9e49dab4b9379dc22a8
parent1f777396f52a4cf7417f56097f10add8042295f4
GH-123877: default to `wasm32-wasip1` instead of `wasm32-wasi` to be more specific (GH-126552)

Eventually wasm32-wasi will represent WASI 1.0, and so it's currently deprecated so it can be used for that eventual purpose. wasm32-wasip1 is also more specific to what version of WASI is currently supported.

---------

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
.github/workflows/reusable-wasi.yml
Misc/NEWS.d/next/Build/2024-11-07-11-09-31.gh-issue-123877.CVdd0b.rst [new file with mode: 0644]
Tools/wasm/wasi.py
configure
configure.ac