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
fix(R): detect Windows ARM using IsWow64Process2 API
Deno.build.arch reports x86_64 even when x64 Deno runs on ARM64 hardware
under emulation. Use Windows IsWow64Process2 API via FFI to detect the
actual native hardware architecture.
This fixes the x64-on-ARM detection so the custom error message displays
instead of the generic "Please check your installation of R" message.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments