Compare commits

...

3 Commits

Author SHA1 Message Date
Taiki Endo
ee156309c7 Release 2.44.46 2024-10-23 01:08:27 +09:00
Taiki Endo
02bd68d9a5 wasmtime now provides AArch64 Windows binary 2024-10-23 00:57:22 +09:00
Taiki Endo
9dbe705023 Update wasmtime@latest to 26.0.0 2024-10-23 00:39:23 +09:00
3 changed files with 47 additions and 3 deletions

View File

@@ -12,6 +12,10 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
## [Unreleased]
## [2.44.46] - 2024-10-22
- Update `wasmtime@latest` to 26.0.0.
## [2.44.45] - 2024-10-22
- Update `syft@latest` to 1.14.2.
@@ -2946,7 +2950,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.44.45...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v2.44.46...HEAD
[2.44.46]: https://github.com/taiki-e/install-action/compare/v2.44.45...v2.44.46
[2.44.45]: https://github.com/taiki-e/install-action/compare/v2.44.44...v2.44.45
[2.44.44]: https://github.com/taiki-e/install-action/compare/v2.44.43...v2.44.44
[2.44.43]: https://github.com/taiki-e/install-action/compare/v2.44.42...v2.44.43

View File

@@ -20,11 +20,47 @@
"aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime"
},
"aarch64_windows": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-windows.zip",
"bin": "wasmtime-v${version}-aarch64-windows/wasmtime.exe"
}
},
"license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
"latest": {
"version": "25.0.2"
"version": "26.0.0"
},
"26": {
"version": "26.0.0"
},
"26.0": {
"version": "26.0.0"
},
"26.0.0": {
"x86_64_linux_gnu": {
"etag": "0x8DCF2AD897282BD",
"checksum": "0ec6d1b8c51a7e3c5b2d4533eb79c42ec704148cee11b09b67afb52a3dbe77e9"
},
"x86_64_macos": {
"etag": "0x8DCF2AD8A94FB9D",
"checksum": "bd9801daaad23a908fbba2d42ca9deadb27a7d3d9f6e0353067edbcff8728c5f"
},
"x86_64_windows": {
"etag": "0x8DCF2AD8F83E609",
"checksum": "7774ba583bf3a6016a202bcfce3fe12f2bf27095493e8e1988bc9f4debb1f619"
},
"aarch64_linux_gnu": {
"etag": "0x8DCF2AD7A0DD7A1",
"checksum": "98166181950ec4f9591081468f7b94f176fe2e8f57c46b82328f9d68cd750d60"
},
"aarch64_macos": {
"etag": "0x8DCF2AD7B1152B6",
"checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0"
},
"aarch64_windows": {
"etag": "0x8DCF2AD81EA559A",
"checksum": "af88a82d1af8b63291ae9b92412363e132d9b15b56a4be17022c3728d50728e0"
}
},
"25": {
"version": "25.0.2"

View File

@@ -11,6 +11,9 @@
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
},
"aarch64_linux_gnu": {},
"aarch64_macos": {}
"aarch64_macos": {},
"aarch64_windows": {
"asset_name": "${package}-v${version}-${rust_target_arch}-${rust_target_os}.zip"
}
}
}