Update wasmtime@latest to 4.0.0

This commit is contained in:
Taiki Endo
2022-12-22 11:21:14 +09:00
parent c98c0a5de9
commit acc0c0687d
3 changed files with 4 additions and 2 deletions

View File

@@ -569,7 +569,7 @@ for tool in "${tools[@]}"; do
;;
wasmtime)
# https://github.com/bytecodealliance/wasmtime/releases
latest_version="3.0.1"
latest_version="4.0.0"
repo="bytecodealliance/${tool}"
case "${version}" in
latest) version="${latest_version}" ;;