summaryrefslogtreecommitdiff
path: root/test/two_sides.fromasm.no-opts
Commit message (Expand)AuthorAgeFilesLines
* Rename tableBase/memoryBase to __table_base/__memory_base (#1731)Sam Clegg2018-11-081-2/+2
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-1/+1
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-101-1/+1
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-1/+1
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-79/+79
* stop doing dce in -O0, which was just need temporarily while browsers figure ...Alon Zakai2017-03-061-0/+3
* DCE even in -O0 (#884)Alon Zakai2017-01-191-3/+0
* if we see no asm.js function tables, the table size is 0Alon Zakai2016-10-111-1/+1
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* memory and table printing fixesAlon Zakai2016-09-201-3/+2
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-2/+2
* new export syntax in spec repoAlon Zakai2016-09-071-1/+1
* new import syntax in spec repoAlon Zakai2016-09-071-5/+5
* import memoryBase and tableBaseAlon Zakai2016-09-071-0/+2
* import tableAlon Zakai2016-09-071-0/+1
* import memory #684Alon Zakai2016-09-071-1/+1
* export kindsAlon Zakai2016-09-071-1/+1
* add --no-opt testing to asm2wasmAlon Zakai2016-05-191-0/+86