Skip to content

Commit ebd8119

Browse files
Update target triple for WASI (#1683)
1 parent f9c3954 commit ebd8119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/setup-building.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Python you have installed on your machine):
424424
python3 Tools/wasm/wasi.py build --quiet -- --config-cache --with-pydebug
425425
426426
That single command will configure and build both the build Python and the
427-
WASI build in ``cross-build/build`` and ``cross-build/wasm32-wasi``,
427+
WASI build in ``cross-build/build`` and ``cross-build/wasm32-wasip1``,
428428
respectively.
429429

430430
You can also do each configuration and build step separately; the command above

0 commit comments

Comments
 (0)