aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/link/Wasm.zig
AgeCommit message (Expand)Author
2020-09-21rename src-self-hosted/ to src/Andrew Kelley
2020-09-14stage2: implement writing archive filesAndrew Kelley
2020-09-14fix stage1 regressions in this branchAndrew Kelley
2020-09-13stage2: don't create empty object files when no zig sourceAndrew Kelley
2020-09-13stage2: rename ZigModule to ModuleAndrew Kelley
2020-09-13stage2: rename Module to CompilationAndrew Kelley
2020-09-13stage2: caching system integration & Module/Compilation splittingAndrew Kelley
2020-09-12stage2: linking with LLD and building glibc static CRT filesAndrew Kelley
2020-09-09stage2 linker code supports opening an intermediate object fileAndrew Kelley
2020-09-09stage2: more progress moving `zig cc` to stage2Andrew Kelley
2020-08-19stage2/wasm: implement function callsIsaac Freund
2020-08-19stage2/wasm: do incremental compilation in-memoryIsaac Freund
2020-08-18stage2/wasm: only free types after func overwriteIsaac Freund
2020-08-18stage2/wasm: write exports on flush, cleanupIsaac Freund
2020-08-18stage2/wasm: implement basic container generationIsaac Freund