Skip to content

Commit adbbcff

Browse files
authored
chore: upgrade wasmtime to 0.38.1 (api7#121)
Signed-off-by: spacewander <[email protected]>
1 parent 93cec44 commit adbbcff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-wasmtime.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ else
2525
os="linux"
2626
fi
2727
ARCH=$arch
28-
VER=v0.37.0
28+
VER=v0.38.1
2929
wget https://github.com/bytecodealliance/wasmtime/releases/download/${VER}/wasmtime-${VER}-${ARCH}-${os}-c-api.tar.xz
3030
tar -xvf ./wasmtime-${VER}-${ARCH}-${os}-c-api.tar.xz > /dev/null
3131
if [ -d wasmtime-c-api ]; then

0 commit comments

Comments
 (0)