Update wasmtime to 2.0.0

This commit is contained in:
Taiki Endo
2022-10-21 10:30:43 +09:00
parent f021e393f7
commit 97df8adcf7
3 changed files with 3 additions and 2 deletions

View File

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