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

Add Web Interface for wasm worker #756

Open
elijahmorg opened this issue Jan 20, 2025 · 0 comments · May be fixed by #759
Open

Add Web Interface for wasm worker #756

elijahmorg opened this issue Jan 20, 2025 · 0 comments · May be fixed by #759

Comments

@elijahmorg
Copy link
Contributor

elijahmorg commented Jan 20, 2025

The current limbo web design is a bit complicated. #594 (comment)

Currently there is not a GOOD way to drive limbo from the main thread. This issue is for tracking the creation of an interface class that handles driving the limbo-worker via postmessage and onmessage actions while providing a clean and user friendly API.

This interface

  1. Will be written in Typescript
  2. Provide a clean API (nearly identical to sql.js / libsql) for actual database operations
  3. handle initialization of web workers
  4. be the entry point for npm package (index.js)
@elijahmorg elijahmorg linked a pull request Jan 21, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant