Skip to content

Commit 7013c98

Browse files
committed
ci: Upgrade wasm dependencies to the latest version
1 parent 17299d3 commit 7013c98

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ci/wasi.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ apt-get install -y --no-install-recommends \
1111

1212
# Wasmtime is used to execute tests and wasi-sdk is used to compile tests.
1313
# Download appropriate versions here and configure various flags below.
14-
#
15-
# At the time of this writing wasmtime 24.0.0 is the latest release and
16-
# wasi-sdk-24 is the latest release, that these numbers match is just
17-
# coincidence.
18-
wasmtime=24.0.0
19-
wasi_sdk=24
14+
wasmtime=35.0.0
15+
wasi_sdk=25
2016

2117
curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v$wasmtime/wasmtime-v$wasmtime-x86_64-linux.tar.xz |
2218
tar xJf -

0 commit comments

Comments
 (0)