]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145219: Add Emscripten cross-build and clean configurability (#145581)
authorHood Chatham <roberthoodchatham@gmail.com>
Mon, 9 Mar 2026 02:25:21 +0000 (03:25 +0100)
committerGitHub <noreply@github.com>
Mon, 9 Mar 2026 02:25:21 +0000 (02:25 +0000)
commit015613384fea7a00bb2077760e325e5baab6814b
tree5e7a27026d8ea713a4332479c7002aaaff6f24e0
parent5a15a52dd1dee37af4f2b3a6b15a9f5735f75c6e
gh-145219: Add Emscripten cross-build and clean configurability (#145581)

Modifies the Emscripten build script to allow for custom cross-build directory
names, and to only clean Emscripten-specific paths (optionally including the
build python).

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
.gitignore
Tools/wasm/emscripten/__main__.py