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 17299d3 commit 7013c98Copy full SHA for 7013c98
ci/wasi.sh
@@ -11,12 +11,8 @@ apt-get install -y --no-install-recommends \
11
12
# Wasmtime is used to execute tests and wasi-sdk is used to compile tests.
13
# 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
+wasmtime=35.0.0
+wasi_sdk=25
20
21
curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v$wasmtime/wasmtime-v$wasmtime-x86_64-linux.tar.xz |
22
tar xJf -
0 commit comments