]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-143941: Move WASI-related files to Platforms/WASI (GH-143942)
authorBrett Cannon <brett@python.org>
Wed, 21 Jan 2026 22:31:58 +0000 (14:31 -0800)
committerGitHub <noreply@github.com>
Wed, 21 Jan 2026 22:31:58 +0000 (14:31 -0800)
commit6181b69970b93fc74d74c97ce6543c0d1b6a258c
treed25faa875542830540046da2c36fc0a0ce59804c
parentcf71e34940e2314ee7ca00961d86a7172286eeea
GH-143941: Move WASI-related files to Platforms/WASI (GH-143942)

Along the way, leave a deprecated Tools/wasm/wasi/__main__.py behind for backwards-compatibility.

Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
13 files changed:
.github/CODEOWNERS
.github/workflows/reusable-wasi.yml
Misc/NEWS.d/next/Build/2026-01-16-14-27-53.gh-issue-143941.TiaE-3.rst [new file with mode: 0644]
Platforms/WASI/.ruff.toml [new file with mode: 0644]
Platforms/WASI/README.md [new file with mode: 0644]
Platforms/WASI/__main__.py [new file with mode: 0644]
Platforms/WASI/config.site-wasm32-wasi [moved from Tools/wasm/wasi/config.site-wasm32-wasi with 100% similarity]
Platforms/WASI/config.toml [moved from Tools/wasm/wasi/config.toml with 100% similarity]
Platforms/WASI/wasmtime.toml [moved from Tools/wasm/wasi/wasmtime.toml with 100% similarity]
Tools/build/compute-changes.py
Tools/wasm/README.md
Tools/wasm/wasi.py
Tools/wasm/wasi/__main__.py