Skip to content
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

Open
kdabir opened this issue Jul 23, 2023 · 2 comments
Open

Support for WASM target #34

kdabir opened this issue Jul 23, 2023 · 2 comments

Comments

@kdabir
Copy link

kdabir commented Jul 23, 2023

Is WASM as target platform on the roadmap? WASM along with OPFS using sqlite-wasm library should make it quite usable.

@qiaoyuang
Copy link
Collaborator

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.

@qiaoyuang
Copy link
Collaborator

Hi @kdabir . I have tried to support Kotlin/WASM target, but I found some problems. For example, I use this way: implementation(npm("sqlite-wasm", "3.41.2")) to import SQLite WASM NPM package to sqllin-driver, but it didn't work, and it is very hard to solve. So, maybe we can wait Kotlin/WASM be more mature, and make SQLlin support it at that time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants