We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c82149 commit 624325fCopy full SHA for 624325f
test/CMakeLists.txt
@@ -480,6 +480,9 @@ if (PYTHON_TESTS)
480
# The following steps are copied from Python's own CI for managing WASI.
481
# In general I don't know what they do. If Python's CI changes these
482
# 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
486
CONFIGURE_COMMAND
487
${PYTHON} <SOURCE_DIR>/Tools/wasm/wasi configure-build-python -- --config-cache --with-pydebug
488
COMMAND
0 commit comments