Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
45dfafe769 Release 2.27.13 2024-02-29 19:34:07 +09:00
Taiki Endo
5d2d24b076 Update wasmtime@latest to 18.0.2 2024-02-29 09:24:27 +09:00
2 changed files with 36 additions and 4 deletions

View File

@@ -10,6 +10,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.27.13] - 2024-02-29
- Update `wasmtime@latest` to 18.0.2.
## [2.27.12] - 2024-02-28
- Update `cargo-deny@latest` to 0.14.15.
@@ -1817,7 +1821,8 @@ Note: This release is considered a breaking change because installing on version
Initial release
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.12...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.27.13...HEAD
[2.27.13]: https://github.com/taiki-e/install-action/compare/v2.27.12...v2.27.13
[2.27.12]: https://github.com/taiki-e/install-action/compare/v2.27.11...v2.27.12
[2.27.11]: https://github.com/taiki-e/install-action/compare/v2.27.10...v2.27.11
[2.27.10]: https://github.com/taiki-e/install-action/compare/v2.27.9...v2.27.10

View File

@@ -2,13 +2,40 @@
"rust_crate": "wasmtime-cli",
"template": null,
"latest": {
"version": "18.0.1"
"version": "18.0.2"
},
"18": {
"version": "18.0.1"
"version": "18.0.2"
},
"18.0": {
"version": "18.0.1"
"version": "18.0.2"
},
"18.0.2": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-linux.tar.xz",
"checksum": "dc823d37bfd4641817b33e9b0dea83bfc7879979591d3158491ffb82293cc048",
"bin": "wasmtime-v18.0.2-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-macos.tar.xz",
"checksum": "432e8e04aa4370491e11569da7b338daecedea8074420ebeea90d167e45a815a",
"bin": "wasmtime-v18.0.2-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-x86_64-windows.zip",
"checksum": "833a15544952d31900da46094b96306b239817505f9457430b983ee8bde1584e",
"bin": "wasmtime-v18.0.2-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-aarch64-linux.tar.xz",
"checksum": "732ae6240c90ce3bfe96e3217ad7fc914edf669514eb7b7bf96a32a156c232a8",
"bin": "wasmtime-v18.0.2-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.2/wasmtime-v18.0.2-aarch64-macos.tar.xz",
"checksum": "abc68b059e77c231bafd63b47a15fad50605604ae26c5a6cae542a9e81e7d591",
"bin": "wasmtime-v18.0.2-aarch64-macos/wasmtime"
}
},
"18.0.1": {
"x86_64_linux_gnu": {