aboutsummaryrefslogtreecommitdiff
path: root/src/arch/wasm/CodeGen.zig
AgeCommit message (Expand)Author
2021-11-21Merge pull request #10188 from Luukdegram/stage2-wasm-stackAndrew Kelley
2021-11-21stage2: fix the build for 32-bit architecturesAndrew Kelley
2021-11-21wasm: Fix text cases and add pointer test casesLuuk de Gram
2021-11-21wasm: Implement optionals and ensure correct alignmentLuuk de Gram
2021-11-21wasm: Implement error unions as well as returning themLuuk de Gram
2021-11-21wasm: Implement structs stored on the stackLuuk de Gram
2021-11-21wasm: Implement emulated stackLuuk de Gram
2021-11-15Stage2: wasm - Implement the MIR pass (#10153)Luuk de Gram