summaryrefslogtreecommitdiff
path: root/test/memorygrowth.fromasm.imprecise.no-opts
Commit message (Expand)AuthorAgeFilesLines
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-10856/+10856
* emit globals before table and memory, because they may use a global for their...Alon Zakai2016-12-301-1/+1
* use tableBase for the table segmentsAlon Zakai2016-12-071-1/+1
* remove memory maximum in asm2wasm when memory growth is onAlon Zakai2016-10-111-1/+1
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-21/+21
* Require unique names in binaryen IR (#746)Alon Zakai2016-10-061-230/+230
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* Type check block/loop/if sigs (#717)Alon Zakai2016-09-281-18/+18
* memory and table printing fixesAlon Zakai2016-09-201-4/+2
* globals mutability fixesAlon Zakai2016-09-191-30/+36
* call_import changes: no more call_import, shared index space with functionsAlon Zakai2016-09-161-99/+99
* autodrop if body if no elseAlon Zakai2016-09-071-15/+17
* new export syntax in spec repoAlon Zakai2016-09-071-20/+20
* new import syntax in spec repoAlon Zakai2016-09-071-22/+22
* import memoryBase and tableBaseAlon Zakai2016-09-071-0/+2
* import tableAlon Zakai2016-09-071-0/+1
* import memory #684Alon Zakai2016-09-071-1/+1
* use globals in asm2wasmAlon Zakai2016-09-071-150/+90
* export kindsAlon Zakai2016-09-071-1/+1
* don't depend on order of operations in calls, it varies by compilerAlon Zakai2016-09-071-113/+113
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-1402/+1464
* call_indirect now has the target at the endAlon Zakai2016-09-071-23/+23
* add drop and tee expressionsAlon Zakai2016-09-071-120/+128
* offset support in tableAlon Zakai2016-08-151-1/+1
* support function table initial and max sizes, and new printing formatAlon Zakai2016-08-121-1/+2
* add --no-opt testing to asm2wasmAlon Zakai2016-05-191-0/+11972