Update wasmtime to 1.0.0

This commit is contained in:
Taiki Endo
2022-09-21 01:17:45 +09:00
parent 6597128d21
commit a0deac80c0
3 changed files with 4 additions and 2 deletions

View File

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