Update wasmtime to 0.35.1

This commit is contained in:
Taiki Endo
2022-03-10 12:52:37 +09:00
parent 374e0c54c9
commit c94ae05707
3 changed files with 3 additions and 3 deletions

View File

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