realm / realm-dart

Realm is a mobile database: a replacement for SQLite & ORMs.
Apache License 2.0
756 stars 84 forks source link

Build and test for Windows ARM #1697

Open nielsenko opened 3 months ago

sync-by-unito[bot] commented 3 months ago

➤ PM Bot commented:

Jira ticket: RDART-1040

marcoancona commented 2 months ago

With the new Microsoft ARM PCs, this starts feeling important. We use Realm on an Electron application, and in the last 2 weeks we got several requests for a native ARM build on Windows.

nirinchev commented 2 months ago

If you're using it in electron, I'm guessing you use the JS SDK, in which case I'd suggest filing a feature request in the Realm JS repo as the SDKs we ship are fairly independent and the Core database does support Windows ARM already. This issue is tracking adopting and exposing that support for flutter-based applications and will not really benefit the Electron community.

marcoancona commented 2 months ago

If you're using it in electron, I'm guessing you use the JS SDK, in which case I'd suggest filing a feature request in the Realm JS repo as the SDKs we ship are fairly independent and the Core database does support Windows ARM already. This issue is tracking adopting and exposing that support for flutter-based applications and will not really benefit the Electron community.

Thanks, I overlooked I was in the wrong repo.