From 02bd68d9a51a2edab08a3d8e251f31f9d5f2ac5f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Wed, 23 Oct 2024 00:57:22 +0900 Subject: [PATCH] wasmtime now provides AArch64 Windows binary --- manifests/wasmtime.json | 8 ++++++++ tools/codegen/base/wasmtime.json | 5 ++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/manifests/wasmtime.json b/manifests/wasmtime.json index ab20adf4..cf12bd9b 100644 --- a/manifests/wasmtime.json +++ b/manifests/wasmtime.json @@ -20,6 +20,10 @@ "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)", @@ -52,6 +56,10 @@ "aarch64_macos": { "etag": "0x8DCF2AD7B1152B6", "checksum": "0c98207e181ac2e256aec5e46e8c71f1bf5f38be9472c98d73d7dbb1ff38d6d0" + }, + "aarch64_windows": { + "etag": "0x8DCF2AD81EA559A", + "checksum": "af88a82d1af8b63291ae9b92412363e132d9b15b56a4be17022c3728d50728e0" } }, "25": { diff --git a/tools/codegen/base/wasmtime.json b/tools/codegen/base/wasmtime.json index 0cd6095f..99527dbd 100644 --- a/tools/codegen/base/wasmtime.json +++ b/tools/codegen/base/wasmtime.json @@ -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" + } } }