]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145805: Add `python Platforms/emscripten run` subcommand (GH-146051) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Mar 2026 02:05:09 +0000 (03:05 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 02:05:09 +0000 (10:05 +0800)
commit888026fa7ce7f50bfbdf0dcf6993c412dec9aecb
tree632df4a3ae895feeb71b94ef4dbb1f411cda059e
parent8eeb800faf5562e6ce3805416f656ab09243c9a6
[3.14] gh-145805: Add `python Platforms/emscripten run` subcommand (GH-146051) (#146150)

Provides a `run` command in the Emscripten build tooling, and adds
environment variable configuration for EMSDK_CACHE, CROSS_BUILD_DIR
and QUIET.
(cherry picked from commit abd5246305655fc09e4e3c668c8ca09a1b0fc638)

Co-authored-by: Hood Chatham <roberthoodchatham@gmail.com>
Platforms/emscripten/__main__.py