Update wasmtime to 0.38.1

This commit is contained in:
Taiki Endo
2022-06-29 00:30:20 +09:00
parent 03433ef024
commit 6745402100
3 changed files with 4 additions and 2 deletions

View File

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