WebAssembly / tool-conventions

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

Note that the C ABI for vector types is not stable #166

Closed tlively closed 3 years ago

tlively commented 3 years ago

As suggested in https://reviews.llvm.org/D107502, which changes the ABI.

tlively commented 3 years ago

Right, and if I understand correctly, LLVM does have a stable in-memory representation for vectors, so the common case of passing pointers to vector types should be stable at least. I don't know if we should say anything about that in this document, though.