wasmtime now provides AArch64 Windows binary

This commit is contained in:
Taiki Endo
2024-10-23 00:57:22 +09:00
parent 9dbe705023
commit 02bd68d9a5
2 changed files with 12 additions and 1 deletions

View File

@@ -20,6 +20,10 @@
"aarch64_macos": { "aarch64_macos": {
"url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz", "url": "https://github.com/bytecodealliance/wasmtime/releases/download/v${version}/wasmtime-v${version}-aarch64-macos.tar.xz",
"bin": "wasmtime-v${version}-aarch64-macos/wasmtime" "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)", "license_markdown": "[Apache-2.0 WITH LLVM-exception](https://github.com/bytecodealliance/wasmtime/blob/main/LICENSE)",
@@ -52,6 +56,10 @@
"aarch64_macos": { "aarch64_macos": {
"etag": "0x8DCF2AD7B1152B6", "etag": "0x8DCF2AD7B1152B6",
"checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0" "checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0"
},
"aarch64_windows": {
"etag": "0x8DCF2AD81EA559A",
"checksum": "af88a82d1af8b63291ae9b92412363e132d9b15b56a4be17022c3728d50728e0"
} }
}, },
"25": { "25": {

View File

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