Update wasmtime to 0.39.0

This commit is contained in:
Taiki Endo
2022-07-21 10:07:56 +09:00
parent 782f135cee
commit 6a6a02956b
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.38.1"
latest_version="0.39.0"
repo="bytecodealliance/wasmtime"
case "${OSTYPE}" in
linux*) target="x86_64-linux" ;;