Revert "Update wasmtime to 1.0.1"

This reverts commit c7aafffa95.

This release currently missing binaries for x86_64 Linux/macOS/Windows.
This commit is contained in:
Taiki Endo
2022-09-27 11:36:26 +09:00
parent c7aafffa95
commit eabd84cfdd
3 changed files with 2 additions and 4 deletions

View File

@@ -417,7 +417,7 @@ for tool in "${tools[@]}"; do
;;
wasmtime)
# https://github.com/bytecodealliance/wasmtime/releases
latest_version="1.0.1"
latest_version="1.0.0"
repo="bytecodealliance/${tool}"
case "${version}" in
latest) version="${latest_version}" ;;