Luuk de Gram 0a48a763fd wasm-linker: Emit relocations for object files
When generating a relocatable object file, we now emit a custom "reloc.CODE" and "reloc.DATA" section
which will contain the relocations for each section.

Using a new symbol location -> Atom mapping, we can now easily find the corresponding `Atom` from a symbol.
This can be used to construct the symbol table, as well as easier access to a target atom when performing
a relocation for a data symbol.
2022-02-23 16:07:36 +01:00
..
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-02-23 08:57:20 +01:00
2022-01-02 13:16:17 -07:00
2022-02-08 17:49:40 -07:00
2022-01-07 00:06:06 -05:00
2022-02-20 18:16:28 +01:00
2021-09-24 13:39:20 -04:00
2022-02-20 02:11:06 +02:00