From 9aaa9f4a97eeac36a7b86c0cfb3a3e1ddac5921b Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Mon, 21 Sep 2026 10:55:10 -0700 Subject: [PATCH] Add WASI SDK 34 for CPython 3.16 Also update the Wasmtime version. --- wasicontainer/install-wasi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wasicontainer/install-wasi.sh b/wasicontainer/install-wasi.sh index 926da71..7e48d7e 100644 --- a/wasicontainer/install-wasi.sh +++ b/wasicontainer/install-wasi.sh @@ -5,9 +5,10 @@ WASI_SDK_VERSIONS=( # 21 for 3.11 & 3.12 is special-cased below. 24 # 3.13 (w/ special symlinking below), 3.14 33 # 3.15 + 34 # 3.16 ) # https://github.com/bytecodealliance/wasmtime/releases -WASMTIME_VERSION="41.0.3" +WASMTIME_VERSION="48.0.2" WASI_SDK_ROOT=/opt