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 8ef1058 commit 11718d9Copy full SHA for 11718d9
guests/python/Justfile
@@ -24,9 +24,6 @@ export PYO3_CROSS_LIB_DIR := DOWNLOADS_DIR / "python-sdk"
24
PYTHON_TMP_VENV := DOWNLOADS_DIR / "venv"
25
PYTHON_SITE_PACKAGES := PYO3_CROSS_LIB_DIR / "lib" / "python" + PYO3_CROSS_PYTHON_VERSION / "site-packages"
26
27
-# Not used in the script but the linker must know where to find the WASI sysroot libs.
28
-export WASI_SDK_LINK_PATH := DOWNLOADS_DIR / "wasi-sysroot" / "lib" / "wasm32-wasip2"
29
-
30
# download pre-built Python WASM SDK
31
[private]
32
download-python-sdk:
0 commit comments