Replies: 1 comment
-
well, that kind of answers it: ( I suppose I'll turn this into an issue then 😅 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! I've generated bindings for a large struct (40 fields, all pointers) and it works correctly on my mac (generates as an array of 320 bytes), but that doesn't fly on a 32-bit platform (the Playdate), presumably because pointers are only 4-byte long.
Does bindgen support this? If so, is that configurable with bindgen flags directly, or can it derive that information from clang?
I'll start checking the sources now and leave an answer if I find one, for future generations looking into WASM and others.
Beta Was this translation helpful? Give feedback.
All reactions