]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145219: Cache Emscripten build dependencies, add install-emscripten (#145664)
authorHood Chatham <roberthoodchatham@gmail.com>
Wed, 11 Mar 2026 00:43:27 +0000 (01:43 +0100)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2026 00:43:27 +0000 (08:43 +0800)
commitebb150e76ab4988fdcd5e8caa36b9014497573a5
tree043f56b6e4aa85ecedfe11309a3ab10b9f6b9805
parent5197ecb5e4df30ba0f6792d8bc0e36846154f58a
gh-145219: Cache Emscripten build dependencies, add install-emscripten (#145664)

Modifies the Emscripten build script to allow for caching of dependencies, and
for automated installation of new EMSDK versions.

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Tools/wasm/emscripten/__main__.py
Tools/wasm/emscripten/config.toml [new file with mode: 0644]
Tools/wasm/emscripten/emscripten_version.txt [deleted file]