]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266)
authorBrett Cannon <brett@python.org>
Fri, 5 Dec 2025 21:35:50 +0000 (13:35 -0800)
committerGitHub <noreply@github.com>
Fri, 5 Dec 2025 21:35:50 +0000 (13:35 -0800)
commit58e1c7a16f0926b1047c336eeed2849d5fff7c70
tree32171069b0715cde949a561f3ce05f1e916a5997
parentdcac498e501db3983ce22851c88f88561ae46351
Introduce `build-python` and `build-host` subcommands for `Tools/wasm/wasi` (GH-142266)

It should make it easier when you need to rebuild just the e.g. host Python, but it requires ./configure to run.

Co-authored-by: Emma Smith <emma@emmatyping.dev>
Tools/wasm/wasi/__main__.py