WebAssembly / tool-conventions

Conventions supporting interoperatibility between tools working with WebAssembly.
Artistic License 2.0
298 stars 65 forks source link

Document rules for complex params passed to / returned from functions in C ABI #160

Closed RReverser closed 3 years ago

RReverser commented 3 years ago

We're trying to align representation of structures/unions/arrays when passed to functions between different toolchains, but such representation is currently not documented in BasicCABI.md and only implicitly exists as part of LLVM implementation.