WebAssembly / tool-conventions

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

BasicCABI: LP64 means 32 bit int #159

Closed douglasbagnall closed 3 years ago

douglasbagnall commented 3 years ago

This matches the understanding found widely on the web, and the logic of the acronym.

It is also handy to have a type you know will be i32.

sunfishcode commented 3 years ago

Yes, this is what LP64 means, and matches what's implemented in the wasm64 target in development in clang.

aardappel commented 3 years ago

Hey, it's still not too late to adopt LLP64 if we wanted :P