-
Notifications
You must be signed in to change notification settings - Fork 39
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
StackBlitz support? #159
Comments
Pinging @d3lm who works at StackBlitz. |
@d3lm Given that this is a drop-in replacement, is this something that could be set up on your side to be hotswapped? |
Hey all! 👋 Thanks for tagging me. I am happy to help and provide any info that's needed. |
Given that @matthewp has forwarded the options I posted on Discord I ll just expand on 1) which was that we list However, there are some requirements:
If that's given, then we can surely list it as a polyfill on our end. |
Hey @d3lm, it is indeed a drop-in replacement with no additional dependencies and I will release the packages in lock-step so that part is also covered. Please do let me know if there is anything else you need from our side for this. I will keep the issue open for tracking purposes until it's this is working end-to-end. Thanks a lot for the help so far @d3lm! |
Is it already all in place and published? |
Also, from what version do you want to use the polyfill? I also see that there is |
Hey @d3lm, |
Yes, but if you did |
@d3lm Right, makes sense. Let me work towards releasing |
Ok that sounds perfect. I am happy to then list the polyfill. Exciting! 🙌 👏 |
Out of curiosity, can libsql replace sqlite3 and did you fully compile a full fledged implementation of SQLite to Wasm? |
Hey @d3lm, 0.4.0 is now released. libSQL is a fork of SQLite so yes there is a full SQLite implementation compiled into Wasm for the |
Very cool! Awesome work @penberg and kudos to shipping 0.4.0 👏 |
Something I already noticed is that the polyfill is not a full drop-in replacement IISC. Cause the Wasm depends on |
Also, removing dependencies is fine in the polyfill, like |
There were various things that needed fixing but as of 9decdd5 it's working now. |
Awesome work! |
We currently have a
@libsql/client-wasm
package, which is a drop-in replacement for@libsql/client
. Let's talk to the StackBlitz folks if this is sufficient to support libSQL in their environment.The text was updated successfully, but these errors were encountered: