-
-
Notifications
You must be signed in to change notification settings - Fork 432
Description
I am not sure how much is this possible, but I would like to use this library compiled do to WASM. I know there are some projects that already compile SQLite to WASM or ASM.js (most notably SQL.js), but honestly I like your API the most, and some of these are not mature enough.
Main reason is that I use this on multiple different devices and I have often problem with compiling it. I cannot always cross compile so I need to build the package on the target device during deployment, which often fails for some obscure reasons and behaves differently on each device.
WASM is supported in Node without compilation during installation. This would allow me to bundle everything and deploy without compiling anything.
Moreover, I need to use the database in a browser, and this would allow me to reuse code without creating some adapters, because mentioned libs have have slightly different APIs.
I am really not sure if that is even possible here, though ;) thx for great lib anyway ;)