-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Feature Request] Compound type support #10
Comments
Thanks @aprock DuckDB.dart is a cool project as well :) |
@vm75, this would be awesome. |
@vm75 sorry for pinging you, but I wanted to ask you if this is still something you want to work on or if I should rather look for other solutions. |
I did spend a lot of time trying to figure it, but I don't have a solution.
Arrays of base types may be easier, but I couldn't figure that out either.
I will keep trying, but cannot promise any timeline.
You may want to explore other options, sorry.
…On Tue, Jan 28, 2025, 6:55 PM CaptainDario ***@***.***> wrote:
@vm75 <https://github.com/vm75> sorry for pinging you, but I wanted to
ask you if this is still something you want to work on or if I should
rather look for other solutions.
—
Reply to this email directly, view it on GitHub
<#10 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACX74PCHUSUSJ2RF63DSGD32NA7LDAVCNFSM6AAAAABTQ2RKYGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMRQGUYTMMRXGI>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Thank you for getting back to me and thank you for trying! It would be awesome to get this working as it would greatly reduce the maintenance burden on the web. |
Great project!
I'm the owner of DuckDB.dart and we're exploring wasm support. I was able to use this to load in the duckdb-wasm binaries, however the bindings fail due to the lack of compound types (struct, union, and array), and const constructors for the primitives.
Any plans to add this support?
here is my ffi generated file with specific examples below of what fails.
The text was updated successfully, but these errors were encountered: