mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
deb8d0765b
Ensure all previous test cases are still passing, as well as add some basic tests for now for testing pointers to the stack. This means we can start implementing wasm's C ABI found at: https://github.com/WebAssembly/tool-conventions/blob/main/BasicCABI.md We also simplified the block logic by always using 'void' block types and instead writing the value to a local, which can then be referenced by continues instructions, as done currently by AIR. Besides this, we also no longer need to insert blocks at an offset, as we simply write the saved temporary after we create the block. |
||
---|---|---|
.. | ||
aarch64.zig | ||
arm.zig | ||
cbe.zig | ||
darwin.zig | ||
llvm.zig | ||
plan9.zig | ||
riscv64.zig | ||
wasm.zig |