aboutsummaryrefslogtreecommitdiff
path: root/src/link/Wasm.zig
AgeCommit message (Expand)Author
2021-01-16Add tests and move tests to wasm's own fileLuuk de Gram
2021-01-15Cleanup and 'add' instruction for bigger test areaLuuk de Gram
2021-01-15stage2: refactor wasm backend - similar to the other backendsLuuk de Gram
2021-01-13stage2: lay the groundwork in prep for extern fnJakub Konka
2021-01-02stage2: Use {s} instead of {} when formatting stringsLemonBoy
2020-12-24stage2: fix Cache deadlock and build more of TSANAndrew Kelley
2020-12-09small fixes and zig fmtVexu
2020-12-08stage2: link: properly implement passthrough mode for LLD child procAndrew Kelley
2020-12-08invoke LLD as a child process rather than a libraryAndrew Kelley
2020-11-30fix regression on wasm targetsAndrew Kelley
2020-11-19stage2: Make zig cc more verbose (#7166)LemonBoy
2020-11-16Move leb128 and remove trivial *mem functions as discussed in #5588 (#6876)tgschultz
2020-10-09fixups to previous commitAndrew Kelley
2020-10-09Use regular file for caching stage 1 hash digest instead of symlink, fix zig ...mlarouche
2020-10-09include compiler_rt and c for wasm static librariesJosh Wolfe
2020-09-29use Allocator.allocSentinel now that the stage1 bug is fixedAndrew Kelley
2020-09-28stage2: WASM LLD linkingAndrew Kelley
2020-09-26stage2: implement -fno-emit-binAndrew Kelley
2020-09-21rename src-self-hosted/ to src/Andrew Kelley