Windows Silicon ARM support
Does anyone know why Deno doesn't provide ARM binaries for Windows? https://github.com/denoland/deno/issues/13331#issuecomment-3323201446
GitHub
Support Windows ARM64 · Issue #13331 · denoland/deno
I've been using a Surface Pro X as a main machine and I'm interested in using Deno on it. So far, I've been using the Linux/ARM64 builds made by @LukeChannings, https://github.com/LukeC...
4 Replies
Not sure if GH has aarch64 Windows runners.
Hmm... is it required for cross-compilation?
You can't cross compile V8 snapshots. So yeah, it's required 🙁
it was pointed out to me in GitHub that GitHub Actions now provides Windows ARM runners. https://github.blog/changelog/2025-04-14-windows-arm64-hosted-runners-now-available-in-public-preview/
Allison
The GitHub Blog
Windows arm64 hosted runners now available in public preview - GitH...
Now in public preview, Windows arm64 hosted runners are available for free in public repositories. This runner comes with a Windows 11 Desktop image, fully equipped with all the tooling…