Revert "Update wasmtime to 0.34.1"

This reverts commit a3c80c04ed.

There is no x86_64 linux binary in https://github.com/bytecodealliance/wasmtime/releases/tag/v0.34.1.
This commit is contained in:
Taiki Endo
2022-02-17 13:13:38 +09:00
parent a3c80c04ed
commit 9ac80a595c
2 changed files with 1 additions and 3 deletions

View File

@@ -10,8 +10,6 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
- Update `wasmtime@latest` to 0.34.1.
## [1.1.5] - 2022-02-08
- Update `wasmtime@latest` to 0.34.0.

View File

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