From 538ee08c9cdb3d7d89411f8b924a02b3ae166968 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Wed, 22 Oct 2025 23:42:01 -0400 Subject: [PATCH] ci: Update wasmtime to the latest release (38.0.2) --- ci/wasi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/wasi.sh b/ci/wasi.sh index 19aa57e608542..f0d8a5245c99b 100755 --- a/ci/wasi.sh +++ b/ci/wasi.sh @@ -11,7 +11,7 @@ apt-get install -y --no-install-recommends \ # Wasmtime is used to execute tests and wasi-sdk is used to compile tests. # Download appropriate versions here and configure various flags below. -wasmtime=35.0.0 +wasmtime=38.0.2 wasi_sdk=27 curl -L https://github.com/bytecodealliance/wasmtime/releases/download/v$wasmtime/wasmtime-v$wasmtime-x86_64-linux.tar.xz |