From 49966f7318f4cfb9d6ec6fef2a63b2e139735607 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 1 May 2026 13:04:00 -0700 Subject: [PATCH] Update WASI SDK version from 32 to 33 --- wasicontainer/install-wasi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wasicontainer/install-wasi.sh b/wasicontainer/install-wasi.sh index 875202e..926da71 100644 --- a/wasicontainer/install-wasi.sh +++ b/wasicontainer/install-wasi.sh @@ -4,7 +4,7 @@ WASI_SDK_VERSIONS=( # 21 for 3.11 & 3.12 is special-cased below. 24 # 3.13 (w/ special symlinking below), 3.14 - 32 # 3.15 + 33 # 3.15 ) # https://github.com/bytecodealliance/wasmtime/releases WASMTIME_VERSION="41.0.3"