There was an error while loading. Please reload this page.
1 parent 04b90bc commit e7ccb8aCopy full SHA for e7ccb8a
1 file changed
wasicontainer/install-wasi.sh
@@ -5,9 +5,10 @@ WASI_SDK_VERSIONS=(
5
# 21 for 3.11 & 3.12 is special-cased below.
6
24 # 3.13 (w/ special symlinking below), 3.14
7
33 # 3.15
8
+ 34 # 3.16
9
)
10
# https://github.com/bytecodealliance/wasmtime/releases
-WASMTIME_VERSION="41.0.3"
11
+WASMTIME_VERSION="48.0.2"
12
13
WASI_SDK_ROOT=/opt
14
0 commit comments