Update wasmtime@latest to 3.0.0

This commit is contained in:
Taiki Endo
2022-11-27 13:51:45 +09:00
parent c971aa51fb
commit b42a02cb11
3 changed files with 4 additions and 2 deletions

View File

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