summaryrefslogtreecommitdiff
path: root/src/wasm-linker.h
Commit message (Expand)AuthorAgeFilesLines
* Add flag to s2wasm to export __growWasmMemory function (#696)jgravelle-google2016-09-091-20/+4
* export kindsAlon Zakai2016-09-071-0/+1
* offset support in tableAlon Zakai2016-08-151-0/+4
* support expressions in segment offsetsAlon Zakai2016-08-121-2/+2
* Create a dummy function to prevent NULL miscomparisons, if necessary (#658)Dominic Chen2016-08-031-0/+11
* support pre-assigning indexes for functions that are called indirectly (#616)Dominic Chen2016-08-021-2/+10
* add support for symbol assignments, closes #4422 (#615)Dominic Chen2016-07-111-8/+21
* Do not generate duplicate import thunks at link time. (#569)Derek Schuff2016-06-031-1/+1
* Generate thunks for address-taken imports (#554)Derek Schuff2016-06-021-0/+16
* Use a class with implicit overflow checks for Address (#486)Derek Schuff2016-05-121-4/+2
* Introduce a separate type for linear memory addresses (#477)Derek Schuff2016-05-111-20/+22
* [Linker] Handle archive filesDerek Schuff2016-05-051-1/+8
* just use a simple vector in data segmentsAlon Zakai2016-04-271-0/+5
* allocate only expressions in arenas - functions, imports, exports, function t...Alon Zakai2016-04-271-1/+1
* 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