Thanks to visit codestin.com Credit goes to github.com
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 5916540 commit 8d2bba7Copy full SHA for 8d2bba7
1 file changed
Tools/wasm/wasm_build.py
@@ -291,7 +291,7 @@ def _check_emscripten() -> None:
291
EMSCRIPTEN = Platform(
292
"emscripten",
293
pythonexe="python.js",
294
- config_site=WASMTOOLS / "config.site-wasm32-emscripten",
+ config_site=WASMTOOLS / "emscripten"/ "config.site-wasm32-emscripten",
295
configure_wrapper=EMSCRIPTEN_ROOT / "emconfigure",
296
ports=EMSCRIPTEN_ROOT / "embuilder",
297
cc=EMSCRIPTEN_ROOT / "emcc",
@@ -319,7 +319,7 @@ def _check_wasi() -> None:
319
WASI = Platform(
320
"wasi",
321
pythonexe="python.wasm",
322
- config_site=WASMTOOLS / "config.site-wasm32-wasi",
+ config_site=WASMTOOLS / "wasi" / "config.site-wasm32-wasi",
323
configure_wrapper=WASMTOOLS / "wasi-env",
324
ports=None,
325
cc=WASI_SDK_PATH / "bin" / "clang",
0 commit comments