Update wasmtime to 0.37.0

This commit is contained in:
Taiki Endo
2022-05-21 09:04:37 +09:00
parent 04e2194ad0
commit 68092bc267
3 changed files with 4 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ for tool in "${tools[@]}"; do
;;
wasmtime)
# https://github.com/bytecodealliance/wasmtime/releases
latest_version="0.36.0"
latest_version="0.37.0"
repo="bytecodealliance/wasmtime"
case "${OSTYPE}" in
linux*) target="x86_64-linux" ;;