libsql / sqld

LibSQL with extended capabilities like HTTP protocol, replication, and more.
https://libsql.org
903 stars 38 forks source link

sqld: make wasm opt-out #758

Closed psarna closed 1 year ago

psarna commented 1 year ago

This will allow ARMv7 architecture users to compile sqld. Wasmtime currently does not have support for that arch.

psarna commented 1 year ago

Testing locally on Orange Pi Plus 2e at the moment, but it takes ages to compile. I'll post here once it passes tests!