Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion getting-started/setup-building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ Python you have installed on your machine):
python3 Tools/wasm/wasi.py build --quiet -- --config-cache --with-pydebug
That single command will configure and build both the build Python and the
WASI build in ``cross-build/build`` and ``cross-build/wasm32-wasi``,
WASI build in ``cross-build/build`` and ``cross-build/wasm32-wasip1``,
respectively.

You can also do each configuration and build step separately; the command above
Expand Down
Loading