Files
zig/src
Luuk de Gram f4adb53bcf wasm: Refactor lowerUnnamedConst
Rather than ping ponging between codegen and the linker to generate the symbols/atoms
for a local constant and its relocations. We now create all neccesary objects within the linker.

This simplifies the code as we can now simply call `lowerUnnamedConst` from anywhere in codegen,
allowing us to further improve lowering constants into .rodata so we do not have to sacrifice
lowering certain types such as decl_ref's where its type is a slice.
2022-02-25 09:33:15 +01:00
..
2022-02-25 09:33:15 +01:00
2022-02-25 09:33:15 +01:00
2022-02-24 19:48:34 +02:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-02-24 19:48:34 +02:00
2022-01-02 13:16:17 -07:00
2022-02-24 19:48:34 +02:00
2022-02-24 19:48:34 +02:00
2022-02-08 17:49:40 -07:00
2022-01-07 00:06:06 -05:00
2022-02-23 23:59:25 -07:00
2021-09-24 13:39:20 -04:00