File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -411,7 +411,7 @@ 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
415415
416416 That single command will configure and build both the build Python and the
417417WASI build in ``cross-build/build `` and ``cross-build/wasm32-wasi ``,
@@ -422,10 +422,10 @@ is a convenience wrapper around the following commands:
422422
423423.. code-block :: shell
424424
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
425+ $ python Tools/wasm/wasi configure-build-python --quiet -- --config-cache --with-pydebug
426+ $ python Tools/wasm/wasi make-build-python --quiet
427+ $ python Tools/wasm/wasi configure-host --quiet -- --config-cache
428+ $ python Tools/wasm/wasi make-host --quiet
429429
430430 .. note ::
431431
You can’t perform that action at this time.
0 commit comments