mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-10 18:11:04 +09:00
[WASI] update WASI SDK to 22 and wasmtime to 19.0.2 (#101392)
This commit is contained in:
parent
d79bb01433
commit
d0dffe1dcf
12 changed files with 31 additions and 10 deletions
|
@ -62,7 +62,7 @@ if /i "%__Arch%" == "wasm" (
|
|||
if /i "%__Os%" == "wasi" (
|
||||
if "%WASI_SDK_PATH%" == "" (
|
||||
if not exist "%__repoRoot%\src\mono\wasi\wasi-sdk" (
|
||||
echo Error: Should set WASI_SDK_PATH environment variable pointing to emsdk root.
|
||||
echo Error: Should set WASI_SDK_PATH environment variable pointing to WASI SDK root.
|
||||
exit /B 1
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue