Feature request: Include win-arm64 runtime #1104
andrewdewaal
started this conversation in
Ideas
Replies: 3 comments 4 replies
-
Unless it recently changed, the community version of Visual Studio doesn't seem to support ARM targets. We can use Zig to cross-compile it, but then I have no ways to test that it actually works :( |
Beta Was this translation helpful? Give feedback.
0 replies
-
We faced the same issue. Is there any solution? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Compile with Zig: zig build -Drelease-fast -Dtarget=aarch64-windows
ls -l zig-out/lib
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello;
We are unable to support ARM Windows devices (such as Surface Pro X) with our features requiring libsodium. I have tried (very unsuccessfully) to compile the native DLL myself and include the runtime in our CSPROJ, but haven't been able to get the compilation working.
Would it be possible to include a runtime for win-arm64?
If not, are there any other recommendations for ARM support of libsodium to be included in a CSPROJ?
Thanks very much,
Andrew
Beta Was this translation helpful? Give feedback.
All reactions