File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,9 @@ Python you have installed on your machine):
411411
412412.. code-block :: shell
413413
414- $ python3 Tools/wasm/wasi.py build --quiet -- --config-cache --with-pydebug
414+ $ python3 Tools/wasm/wasi build --quiet -- --config-cache --with-pydebug
415+
416+ For Python 3.14 and earlier, use ``Tools/wasm/wasi.py `` instead.
415417
416418That single command will configure and build both the build Python and the
417419WASI build in ``cross-build/build `` and ``cross-build/wasm32-wasi ``,
@@ -422,10 +424,10 @@ is a convenience wrapper around the following commands:
422424
423425.. code-block :: shell
424426
425- $ python Tools/wasm/wasi.py configure-build-python --quiet -- --config-cache --with-pydebug
426- $ python Tools/wasm/wasi.py make-build-python --quiet
427- $ python Tools/wasm/wasi.py configure-host --quiet -- --config-cache
428- $ python Tools/wasm/wasi.py make-host --quiet
427+ $ python Tools/wasm/wasi configure-build-python --quiet -- --config-cache --with-pydebug
428+ $ python Tools/wasm/wasi make-build-python --quiet
429+ $ python Tools/wasm/wasi configure-host --quiet -- --config-cache
430+ $ python Tools/wasm/wasi make-host --quiet
429431
430432 .. note ::
431433
You can’t perform that action at this time.
0 commit comments