Skip to content

Commit bd84c75

Browse files
[wasm] Update WASI SDK to 25
to include WASI Preview 2 related changes added in the SDK.
1 parent eac35ed commit bd84c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
env:
4444
RUBY_TESTOPTS: '-q --tty=no'
4545
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
46-
WASI_SDK_VERSION_MAJOR: 20
46+
WASI_SDK_VERSION_MAJOR: 25
4747
WASI_SDK_VERSION_MINOR: 0
4848
BINARYEN_VERSION: 113
4949
WASMTIME_VERSION: v15.0.0
@@ -78,7 +78,7 @@ jobs:
7878
sudo apt-get update -q || :
7979
sudo apt-get install --no-install-recommends -q -y ruby make autoconf git wget
8080
81-
wasi_sdk_deb="wasi-sdk_${WASI_SDK_VERSION_MAJOR}.${WASI_SDK_VERSION_MINOR}_amd64.deb"
81+
wasi_sdk_deb="wasi-sdk-${WASI_SDK_VERSION_MAJOR}.${WASI_SDK_VERSION_MINOR}-x86_64-linux.deb"
8282
wget "https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VERSION_MAJOR}/${wasi_sdk_deb}"
8383
sudo dpkg -i "$wasi_sdk_deb"
8484
rm -f "$wasi_sdk_deb"

0 commit comments

Comments
 (0)