]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145805: Add `python Platforms/emscripten run` subcommand (#146051)
authorHood Chatham <roberthoodchatham@gmail.com>
Thu, 19 Mar 2026 01:06:17 +0000 (02:06 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Mar 2026 01:06:17 +0000 (09:06 +0800)
commitabd5246305655fc09e4e3c668c8ca09a1b0fc638
tree0f6b4a24d7ecef2d44178914f4f499ce06c93fa2
parentb9d43188e93967c3695e60f5ea6d8c2ca8a62c5d
gh-145805: Add `python Platforms/emscripten run` subcommand (#146051)

Provides a `run` command in the Emscripten build tooling, and adds
environment variable configuration for EMSDK_CACHE, CROSS_BUILD_DIR
and QUIET.
Platforms/emscripten/__main__.py