zig/src-self-hosted/codegen
Isaac Freund 3370b5f109
stage2/wasm: implement basic container generation
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.
2020-08-18 00:32:58 +02:00
..
c.zig CBE: minor doc change 2020-08-16 20:32:50 -04:00
riscv64.zig stage2: basic support for parameters .debug_info 2020-08-11 22:23:32 -07:00
wasm.zig stage2/wasm: implement basic container generation 2020-08-18 00:32:58 +02:00
x86.zig stage2: basic support for parameters .debug_info 2020-08-11 22:23:32 -07:00
x86_64.zig stage2: basic support for parameters .debug_info 2020-08-11 22:23:32 -07:00