From 14310eb53979f85675c77206ec7243b45aecdd20 Mon Sep 17 00:00:00 2001 From: kpreisser Date: Mon, 23 Sep 2024 16:50:47 +0200 Subject: [PATCH] Add Wasmtime Windows ARM64 (AArch64) binary. Wasmtime recently completed Windows ARM64 support with bytecodealliance/wasmtime#9266 and added release artifacts with bytecodealliance/wasmtime#9283. Fixes #298 --- src/Wasmtime.csproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/Wasmtime.csproj b/src/Wasmtime.csproj index 2119a64..8cd90c8 100644 --- a/src/Wasmtime.csproj +++ b/src/Wasmtime.csproj @@ -144,6 +144,15 @@ The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modu zip wasmtime.dll + + + true + windows + aarch64 + win-arm64 + zip + wasmtime.dll +