Update wasmtime to 0.34.0

This commit is contained in:
Taiki Endo
2022-02-08 11:42:37 +09:00
parent fb7c739bcd
commit 6135833927
3 changed files with 4 additions and 2 deletions

View File

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