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):
411
411
412
412
.. code-block :: shell
413
413
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.
415
417
416
418
That single command will configure and build both the build Python and the
417
419
WASI build in ``cross-build/build `` and ``cross-build/wasm32-wasi ``,
@@ -422,10 +424,10 @@ is a convenience wrapper around the following commands:
422
424
423
425
.. code-block :: shell
424
426
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
429
431
430
432
.. note ::
431
433
You can’t perform that action at this time.
0 commit comments