Skip to content

Commit 624325f

Browse files
authored
Link to Python's WASI build docs (WebAssembly#673)
In case anyone in the future needs to frob things
1 parent 1c82149 commit 624325f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,9 @@ if (PYTHON_TESTS)
480480
# The following steps are copied from Python's own CI for managing WASI.
481481
# In general I don't know what they do. If Python's CI changes these
482482
# should change as well.
483+
#
484+
# More information about building Python for WASI can be found at
485+
# https://devguide.python.org/getting-started/setup-building/#wasi
483486
CONFIGURE_COMMAND
484487
${PYTHON} <SOURCE_DIR>/Tools/wasm/wasi configure-build-python -- --config-cache --with-pydebug
485488
COMMAND

0 commit comments

Comments
 (0)