We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cec44 commit adbbcffCopy full SHA for adbbcff
install-wasmtime.sh
@@ -25,7 +25,7 @@ else
25
os="linux"
26
fi
27
ARCH=$arch
28
-VER=v0.37.0
+VER=v0.38.1
29
wget https://github.com/bytecodealliance/wasmtime/releases/download/${VER}/wasmtime-${VER}-${ARCH}-${os}-c-api.tar.xz
30
tar -xvf ./wasmtime-${VER}-${ARCH}-${os}-c-api.tar.xz > /dev/null
31
if [ -d wasmtime-c-api ]; then
0 commit comments