Skip to content

Commit 90cf4dc

Browse files
committed
Switch to non-deprecated Tools/wasm/wasi
1 parent aaa8d72 commit 90cf4dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

getting-started/setup-building.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
417417
WASI 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

0 commit comments

Comments
 (0)