Update wasmtime to 1.0.1

This commit is contained in:
Taiki Endo
2022-09-27 11:28:55 +09:00
parent 93c0efda22
commit c7aafffa95
3 changed files with 4 additions and 2 deletions

View File

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