aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm/CodeGen.zig
diff options
context:
space:
mode:
authorLuuk de Gram <luuk@degram.dev>2024-01-13 17:48:21 +0100
committerLuuk de Gram <luuk@degram.dev>2024-02-29 15:22:58 +0100
commitba0e84a411074fe661b7df14edb2595267edcd30 (patch)
treece303dc35caa8dacf481836e7e9fd2c428814be3 /src/arch/wasm/CodeGen.zig
parent5c0766b6c8f1aea18815206e0698953a35384a21 (diff)
downloadzig-ba0e84a411074fe661b7df14edb2595267edcd30.tar.gz
zig-ba0e84a411074fe661b7df14edb2595267edcd30.zip
wasm: move Zig module-linkage to ZigObject
Rather than specializing the linker-driver to be able to handle objects generated by a ZCU, we store all data in-memory in ZigObject. ZigObject acts more like a regular object file which will allow us to treat it as us. This will make linking much more simple, but will also reduce the complexity of incremental-linking as we can simply update ZigObject and relink it.
Diffstat (limited to 'src/arch/wasm/CodeGen.zig')
0 files changed, 0 insertions, 0 deletions