From bf70d282b42dd94df251b82873096a989d3fc728 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 11 Feb 2026 14:23:18 -0800 Subject: [PATCH] Update WASI SDK and Wasmtime versions --- wasicontainer/install-wasi.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wasicontainer/install-wasi.sh b/wasicontainer/install-wasi.sh index 8aa31d1..37fb1bf 100644 --- a/wasicontainer/install-wasi.sh +++ b/wasicontainer/install-wasi.sh @@ -1,11 +1,13 @@ #! /bin/bash -ex +# https://github.com/WebAssembly/wasi-sdk/releases WASI_SDK_VERSIONS=( # 21 for 3.11 & 3.12 is special-cased below. 24 # 3.13 (w/ special symlinking below), 3.14 - 29 # 3.15 + 30 # 3.15 ) -WASMTIME_VERSION="39.0.1" +# https://github.com/bytecodealliance/wasmtime/releases +WASMTIME_VERSION="41.0.3" WASI_SDK_ROOT=/opt