mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 09:55:12 +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.