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

JavaScript runtime integration #709

Open
penberg opened this issue Jan 16, 2025 · 2 comments
Open

JavaScript runtime integration #709

penberg opened this issue Jan 16, 2025 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@penberg
Copy link
Collaborator

penberg commented Jan 16, 2025

Bun and Node now have SQLite embedded in the runtime itself. In theory, it should be easy to support Limbo because we provide the same SQLite C API. However, we likely don't yet support all the APIs needed so adding this as a tracking issue.

@penberg penberg added enhancement New feature or request help wanted Extra attention is needed labels Jan 16, 2025
@7flash
Copy link

7flash commented Jan 18, 2025

Bun also support ffi. can it be used now as alternative to limbo-wasm? do you think it would be faster or slower?

@penberg
Copy link
Collaborator Author

penberg commented Jan 18, 2025

Hey @7flash! I do want to do native Node bindings with napi-rs eventually, which should be a bit faster than the Wasm one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants