Update wasmtime to 0.35.0

This commit is contained in:
Taiki Endo
2022-03-09 23:54:42 +09:00
parent 038c2c6c1b
commit 2e762384e0
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.34.0"
latest_version="0.35.0"
repo="bytecodealliance/wasmtime"
case "${OSTYPE}" in
linux*) target="x86_64-linux" ;;