Compare commits

...

2 Commits

Author SHA1 Message Date
Taiki Endo
d9dbaa35c1 Release 2.28.13 2024-03-13 20:57:50 +09:00
Taiki Endo
8ef8d5c3d7 Update wasmtime@latest to 18.0.3 2024-03-13 09:25:31 +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.28.13] - 2024-03-13
- Update `wasmtime@latest` to 18.0.3.
## [2.28.12] - 2024-03-12
- Update `biome@latest` to 1.6.1.
@@ -1893,7 +1897,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.28.12...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.28.13...HEAD
[2.28.13]: https://github.com/taiki-e/install-action/compare/v2.28.12...v2.28.13
[2.28.12]: https://github.com/taiki-e/install-action/compare/v2.28.11...v2.28.12
[2.28.11]: https://github.com/taiki-e/install-action/compare/v2.28.10...v2.28.11
[2.28.10]: https://github.com/taiki-e/install-action/compare/v2.28.9...v2.28.10

View File

@@ -2,13 +2,40 @@
"rust_crate": "wasmtime-cli",
"template": null,
"latest": {
"version": "18.0.2"
"version": "18.0.3"
},
"18": {
"version": "18.0.2"
"version": "18.0.3"
},
"18.0": {
"version": "18.0.2"
"version": "18.0.3"
},
"18.0.3": {
"x86_64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.3/wasmtime-v18.0.3-x86_64-linux.tar.xz",
"checksum": "1252dbd077fcdfc54da17a45860dc90c558f7f4d9301143bec9f59ce548301d8",
"bin": "wasmtime-v18.0.3-x86_64-linux/wasmtime"
},
"x86_64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.3/wasmtime-v18.0.3-x86_64-macos.tar.xz",
"checksum": "b322a75579ee4bb911caf8046050f9f324918891016d07b71f4b9ec17ee8368a",
"bin": "wasmtime-v18.0.3-x86_64-macos/wasmtime"
},
"x86_64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.3/wasmtime-v18.0.3-x86_64-windows.zip",
"checksum": "63bd449deffa234714acf9c25dcb146590dbcf52ed6046a253d18d002f25ce30",
"bin": "wasmtime-v18.0.3-x86_64-windows/wasmtime.exe"
},
"aarch64_linux_gnu": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.3/wasmtime-v18.0.3-aarch64-linux.tar.xz",
"checksum": "6f2cf8edb9a651adda57de7e64f78e621e6dca14f102ac202f263fb2f7de28f0",
"bin": "wasmtime-v18.0.3-aarch64-linux/wasmtime"
},
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v18.0.3/wasmtime-v18.0.3-aarch64-macos.tar.xz",
"checksum": "ae5e1b5107c85cef66ec6e2bfca8511e56a6b42c237feffe74c31fb30a380d38",
"bin": "wasmtime-v18.0.3-aarch64-macos/wasmtime"
}
},
"18.0.2": {
"x86_64_linux_gnu": {