summaryrefslogtreecommitdiff
path: root/test/min.wast.fromBinary
Commit message (Expand)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-8/+8
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-14/+14
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-4/+4
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-10/+8
* Ignore unreachable code in wasm binaries (#1122)Alon Zakai2017-08-221-1/+0
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-3/+3
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-46/+46
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-1/+1
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* block signaturesAlon Zakai2016-09-161-3/+3
* new export syntax in spec repoAlon Zakai2016-09-071-1/+1
* add drop and tee expressionsAlon Zakai2016-09-071-1/+1
* Make initial and max memory sizes be in pages instead of bytesDerek Schuff2016-03-091-1/+1
* br_table, no more casesAlon Zakai2016-03-071-13/+12
* min test fixesAlon Zakai2016-03-071-2/+2
* do not print alignment if it is the implicit default, which is the number of ...Alon Zakai2016-02-201-2/+2
* update testsAlon Zakai2016-01-291-4/+4
* fix function results in binary format readingAlon Zakai2016-01-271-3/+3
* mapLocals even if no locals, but there are params #127Alon Zakai2016-01-201-0/+6
* clear global state for each function in binary processing #125Alon Zakai2016-01-201-2/+1
* fix switch default in binary format #123Alon Zakai2016-01-201-1/+1
* improve wasm2asm switch emitting, and add testcaseAlon Zakai2016-01-201-0/+23
* add expected outputs from text->binary->text testAlon Zakai2016-01-141-0/+31