mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
Thus far, we only generate the type, function, export, and code sections. These are sufficient to generate and export simple functions. Codegen is currently hardcoded to `i32.const 42`, the main goal of this commit is to create infrastructure for the container format which will work with incremental compilation. |
||
|---|---|---|
| .. | ||
| c.zig | ||
| riscv64.zig | ||
| wasm.zig | ||
| x86.zig | ||
| x86_64.zig | ||