TryGhost / node-sqlite3

SQLite3 bindings for Node.js
BSD 3-Clause "New" or "Revised" License
6.23k stars 816 forks source link

Do you have a precompiled binary for win32 for ARM64 machines? #1799

Open x11joe opened 2 months ago

x11joe commented 2 months ago

Summary

You currently support x86 and ia32, but I don't see ARM64. This is useful for running windows on ARM macs in emulation to quickly test windows apps (and probably new windows machines that are switching over to ARM)

Proposed implementation

I propose you add a precompiled binary for ARM64 for win32