Notes on the WASM Basic C ABI
Explains the WebAssembly Basic C ABI, covering how C types like scalars and pointers are represented and passed in WASM.
Explains the WebAssembly Basic C ABI, covering how C types like scalars and pointers are represented and passed in WASM.
Explains what an Application Binary Interface (ABI) is, how it differs from APIs, and its role in compiled code interaction.
Explains what an Application Binary Interface (ABI) is, contrasting it with APIs and user interfaces in computing.
Explores ABI stability in Swift, its importance for binary frameworks, and why it's not yet sufficient for shipping them.