You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Wasmtime.csproj
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,15 @@ The .NET embedding of Wasmtime enables .NET code to instantiate WebAssembly modu
144
144
<FileExtension>zip</FileExtension>
145
145
<LibraryFilename>wasmtime.dll</LibraryFilename>
146
146
</Wasmtime>
147
+
148
+
<WasmtimeInclude="windows-aarch64">
149
+
<CopyCondition="$([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>
147
156
</ItemGroup>
148
157
149
158
<!-- This target downloads wasmtime and runs before any inner TFM-specific builds -->
0 commit comments