Skip to content

Commit e7ccb8a

Browse files
authored
Add WASI SDK 34 for CPython 3.16 (#94)
Also update the Wasmtime version.
1 parent 04b90bc commit e7ccb8a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

wasicontainer/install-wasi.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ WASI_SDK_VERSIONS=(
55
# 21 for 3.11 & 3.12 is special-cased below.
66
24 # 3.13 (w/ special symlinking below), 3.14
77
33 # 3.15
8+
34 # 3.16
89
)
910
# https://github.com/bytecodealliance/wasmtime/releases
10-
WASMTIME_VERSION="41.0.3"
11+
WASMTIME_VERSION="48.0.2"
1112

1213
WASI_SDK_ROOT=/opt
1314

0 commit comments

Comments
 (0)