aboutsummaryrefslogtreecommitdiff
path: root/src/link/Wasm/Atom.zig
AgeCommit message (Expand)Author
2022-09-07wasm-linker: support incremental debug infoLuuk de Gram
2022-09-07wasm-linker: Mix Zig -and Object debug atomsLuuk de Gram
2022-09-07wasm-linker: perform debug relocationsLuuk de Gram
2022-08-30wasm: create relocations for extern declsLuuk de Gram
2022-08-30link/Wasm: handle extern variablesLuuk de Gram
2022-06-24fix memory leaksLuuk de Gram
2022-06-24wasm-link: Discard old symbols correctlyLuuk de Gram
2022-06-24wasm-linker: Correctly resolve function typeLuuk de Gram
2022-06-24wasm-linker: de-duplicate functions+atom sortingLuuk de Gram
2022-06-24link: Implement API to get global symbol indexLuuk de Gram
2022-05-09wasm: Emit debug sectionsLuuk de Gram
2022-05-09wasm: Add basic debug info referencesLuuk de Gram
2022-04-14wasm-linker: Add function table indexesLuuk de Gram
2022-03-06wasm: Fix incremental compilationLuuk de Gram
2022-03-06wasm: call into `generateSymbol` when loweringLuuk de Gram
2022-03-01wasm-linker: Intern all symbol namesLuuk de Gram
2022-02-25wasm: Refactor lowerUnnamedConstLuuk de Gram
2022-02-23wasm-linker: Implement `updateDeclExports`Luuk de Gram
2022-02-23wasm-linker: Emit relocations for object filesLuuk de Gram
2022-02-23wasm-linker: Do not merge data segments for objLuuk de Gram
2022-02-17wasm-linker: Fix symbol resolving and relocsLuuk de Gram
2022-02-17wasm-linker: Allocate atoms and handle importsLuuk de Gram
2022-02-17wasm-linker: Implement section mergingLuuk de Gram
2022-02-17wasm-linker: Add Object file parsingLuuk de Gram
2022-01-19wasm: Split funcgen and declgenLuuk de Gram
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-28wasm: Implement 'zig test'Luuk de Gram
2021-11-28wasm-link: Implement indirect function tableLuuk de Gram
2021-11-27wasm-linker: Link into binary during flushLuuk de Gram
2021-11-27wasm-linker: Resolve relocationsLuuk de Gram
2021-11-27wasm-linker: Upstream zwld into stage2Luuk de Gram