aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/codegen/wasm.zig
AgeCommit message (Expand)Author
2020-09-21rename src-self-hosted/ to src/Andrew Kelley
2020-09-13stage2: rename ZigModule to ModuleAndrew Kelley
2020-09-13stage2: caching system integration & Module/Compilation splittingAndrew Kelley
2020-08-19stage2/wasm: implement function callsIsaac Freund
2020-08-18stage2/wasm: write exports on flush, cleanupIsaac Freund
2020-08-18stage2/wasm: implement trivial codegenIsaac Freund
2020-08-18stage2/wasm: implement basic container generationIsaac Freund