When lowering a list, how should the list itself be aligned, to the alignment of the element type or 8 always?
Lists themselves, the pointer/length pair, have alignment 4 on 32-bit
the data pointer is then aligned appropriately for the contents of the list
https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md#alignment
Thanks, we have a bug then, I will submit the PR.
Scott Waye has marked this topic as resolved.
Last updated: Nov 22 2024 at 17:03 UTC