vlcn-io / cr-sqlite

Convergent, Replicated SQLite. Multi-writer and CRDT support for SQLite
https://vlcn.io
MIT License
2.6k stars 69 forks source link

windows aarch64 in tagged releases: #432

Open gedw99 opened 1 month ago

gedw99 commented 1 month ago

Just had a look at the latest release and did not see windows arm64. also called aarch64 I believe.

https://github.com/vlcn-io/cr-sqlite/releases/tag/v0.16.3

Windows arm hardware is really taking off, now that Qualcomm are producing hardware for Windows

Is Rust able to built for this ?

Here is just a copy / paste of the tagged release :)


[crsqlite-aarch64-linux-android.zip](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-aarch64-linux-android.zip)
463 KB
Jan 18
[crsqlite-darwin-aarch64.zip](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-darwin-aarch64.zip)
396 KB
Jan 18
[crsqlite-darwin-x86_64.zip](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-darwin-x86_64.zip)
381 KB
Jan 18
[crsqlite-ios-dylib.xcframework.tar.gz](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-ios-dylib.xcframework.tar.gz)
1.13 MB
Jan 18
[crsqlite-linux-aarch64.zip](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-linux-aarch64.zip)
671 KB
Jan 18
[crsqlite-linux-x86_64.zip](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-linux-x86_64.zip)
628 KB
Jan 18
[crsqlite-win-i686.zip](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-win-i686.zip)
446 KB
Jan 18
[crsqlite-win-x86_64.zip](https://github.com/vlcn-io/cr-sqlite/releases/download/v0.16.3/crsqlite-win-x86_64.zip)
gedw99 commented 1 month ago

Also I am wondering why there is no WASM for the Browser ?

I would have thought that those todo examples use wasm as the service worker to do their thing...

https://vlcn-live-examples.fly.dev/todomvc-p2p.html has the

https://vlcn-live-examples.fly.dev/assets/crsqlite-0980e00c.wasm in it.