mirror of
https://github.com/ziglang/zig.git
synced 2025-12-07 06:43:07 +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.