mirror of
https://github.com/ziglang/zig.git
synced 2026-01-12 02:15:12 +00:00
This implements passing arguments and storing return values correctly for the C-ABI as specified by the tool-convention: https://github.com/WebAssembly/tool-conventions/blob/main/BasicCABI.md There's definitely room for better codegen in follow-up commits.