Update wasmtime to 0.39.1

This commit is contained in:
Taiki Endo
2022-07-21 21:58:07 +09:00
parent f113ef4cd9
commit daa62f7ff1
3 changed files with 4 additions and 2 deletions

View File

@@ -251,7 +251,7 @@ for tool in "${tools[@]}"; do
;;
wasmtime)
# https://github.com/bytecodealliance/wasmtime/releases
latest_version="0.39.0"
latest_version="0.39.1"
repo="bytecodealliance/wasmtime"
case "${OSTYPE}" in
linux*) target="x86_64-linux" ;;