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

Port C fns to JS #938

Closed
7 of 8 tasks
Tracked by #942
insipx opened this issue Aug 5, 2024 · 1 comment
Closed
7 of 8 tasks
Tracked by #942

Port C fns to JS #938

insipx opened this issue Aug 5, 2024 · 1 comment
Assignees

Comments

@insipx
Copy link
Contributor

insipx commented Aug 5, 2024

This will allow us to access diesel ORM features from WASM with a separate crate, diesel-wasm-sqlite backend

Below is file progress in diesel-wasm-sqlite/src/connections that need to be ported. connection folder contains 90% of the diesel ffi with the C library. Other parts of diesel may potentially end up being shared with diesel proper with a feature flag.

Tasks

@insipx insipx self-assigned this Aug 5, 2024
@insipx
Copy link
Contributor Author

insipx commented Aug 15, 2024

closed with #961

@insipx insipx closed this as completed Aug 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant