summaryrefslogtreecommitdiff
path: root/src/wasm-linker.h
Commit message (Expand)AuthorAgeFilesLines
* Split construction, scanning, and building phases of S2WasmBuilder (#400)Derek Schuff2016-04-271-14/+34
* Defer creation of CallImports to link time (#395)Derek Schuff2016-04-261-0/+7
* Separate LinkerObject from Linker (#383)Derek Schuff2016-04-251-70/+98
* Simplify statics, segments, and relocations (#380)Derek Schuff2016-04-221-18/+38
* Move wasm-linker into its own cpp file (#375)Derek Schuff2016-04-211-249/+6
* Move Fatal into utilities.h (#376)Derek Schuff2016-04-211-18/+0
* Factor linker-related functionality of S2WasmBuilder into its own class (#372)Derek Schuff2016-04-211-0/+463