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 f9865f1 commit b0c336cCopy full SHA for b0c336c
Tools/wasm/wasm_build.py
@@ -9,7 +9,8 @@
9
"emscripten-browser", and "wasi".
10
11
Emscripten builds require a recent Emscripten SDK. The tools looks for an
12
-activated EMSDK environment (". /path/to/emsdk_env.sh").
+activated EMSDK environment (". /path/to/emsdk_env.sh"). System packages
13
+(Debian, Homebrew) are not supported.
14
15
WASI builds require WASI SDK and wasmtime. The tool looks for 'WASI_SDK_PATH'
16
and falls back to /opt/wasi-sdk.
0 commit comments