Skip to content

Commit ac111d1

Browse files
Add Wasmtime Windows ARM64 (AArch64) binary. (#327)
Wasmtime recently completed Windows ARM64 support with bytecodealliance/wasmtime#9266 and added release artifacts with bytecodealliance/wasmtime#9283. Fixes #298 Co-authored-by: James Sturtevant <[email protected]>
1 parent 6b3f4f4 commit ac111d1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Wasmtime.csproj

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modu
144144
<FileExtension>zip</FileExtension>
145145
<LibraryFilename>wasmtime.dll</LibraryFilename>
146146
</Wasmtime>
147+
148+
<Wasmtime Include="windows-aarch64">
149+
<Copy Condition="$([MSBuild]::IsOsPlatform('Windows')) And '$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture)'=='Arm64'">true</Copy>
150+
<OS>windows</OS>
151+
<Arch>aarch64</Arch>
152+
<RID>win-arm64</RID>
153+
<FileExtension>zip</FileExtension>
154+
<LibraryFilename>wasmtime.dll</LibraryFilename>
155+
</Wasmtime>
147156
</ItemGroup>
148157

149158
<!-- This target downloads wasmtime and runs before any inner TFM-specific builds -->

0 commit comments

Comments
 (0)