Skip to content

Commit 938a3f2

Browse files
authored
Update WASI SDK version to 32 for Python 3.15
1 parent 531ef0a commit 938a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasicontainer/install-wasi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
WASI_SDK_VERSIONS=(
55
# 21 for 3.11 & 3.12 is special-cased below.
66
24 # 3.13 (w/ special symlinking below), 3.14
7-
30 # 3.15
7+
32 # 3.15
88
)
99
# https://github.com/bytecodealliance/wasmtime/releases
1010
WASMTIME_VERSION="41.0.3"

0 commit comments

Comments
 (0)