-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for WASM target #34
Comments
Hi, that's a good idea, I would consider and research it. But I am inexperienced in WASM area, So, maybe I need some time. If I have any progress, I will update it in this issue. I have checked out a new brunch dev-wasm, if you want to submit PRs, I am also very welcome. |
Hi @kdabir . I have tried to support Kotlin/WASM target, but I found some problems. For example, I use this way: |
It looks like sqlite-wasm implementation was evolving and stabilizing since mid-2023 (mostly until mid-2024). Kotlin/WASM is still unstable here and there, though. Maybe trying to implement Kotlin/js (pretty stable) with sqlite-wasm worker from fresh npm-package might be a reasonable alternative/start. |
@vdshb You're right. I'll try it when I have time. |
Is WASM as target platform on the roadmap? WASM along with OPFS using sqlite-wasm library should make it quite usable.
The text was updated successfully, but these errors were encountered: