summaryrefslogtreecommitdiff
path: root/test/unit.wast.fromBinary
Commit message (Expand)AuthorAgeFilesLines
* Massive renaming (#1855)Thomas Lively2019-01-071-48/+48
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-4/+4
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-4/+4
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-68/+68
* name function imports using name section (#1290)Alon Zakai2017-11-211-5/+5
* Update call_indirect text syntax to match spec update (#1281)Derek Schuff2017-11-131-2/+2
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-37/+37
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-210/+164
* Ignore unreachable code in wasm binaries (#1122)Alon Zakai2017-08-221-82/+0
* emit an unreachable if an unreachable block context does not end in an unreac...Alon Zakai2017-08-051-0/+15
* Polymophic stack support (#1117)Alon Zakai2017-07-311-0/+5
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-10/+10
* fix emitting of unreachable ifs (#944)Alon Zakai2017-03-141-0/+46
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-571/+571
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-0/+138
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-3/+3
* Update i64 stores for 0xc (#731)jgravelle-google2016-10-041-0/+7
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* fix signed int64 LEB bug with large negative values (#719)Alon Zakai2016-09-281-0/+4
* Update binary encoding for block, loop, and if signatures (#711)Derek Schuff2016-09-271-1/+1
* block signaturesAlon Zakai2016-09-161-8/+8
* 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-3/+3
* loops no longer have an out label and other upstream loop updatesAlon Zakai2016-09-071-6/+6
* call_indirect now has the target at the endAlon Zakai2016-09-071-2/+2
* add drop and tee expressionsAlon Zakai2016-09-071-20/+44
* offset support in tableAlon Zakai2016-08-151-2/+2
* support function table initial and max sizes, and new printing formatAlon Zakai2016-08-121-1/+2
* support expressions in segment offsetsAlon Zakai2016-08-121-3/+2
* don't emit extra unnecessary blocks for loops in binary format (#523)Alon Zakai2016-05-171-10/+13
* ifs in the binary format always have a break scopeAlon Zakai2016-04-211-12/+24
* Fixes typo in hex number parsing in asm2wasm. (#362)Yury Delendik2016-04-181-0/+9
* write imports as separate sectionAlon Zakai2016-03-151-5/+5
* br_table, no more casesAlon Zakai2016-03-071-54/+57
* update select changes in specAlon Zakai2016-03-021-1/+1
* do not print alignment if it is the implicit default, which is the number of ...Alon Zakai2016-02-201-6/+6
* Fix selectJF Bastien2016-02-051-4/+4
* fix switch in binary formatAlon Zakai2016-01-291-9/+9
* fix I8Const usageAlon Zakai2016-01-291-2/+2
* update testsAlon Zakai2016-01-291-19/+19
* add import module.base to binary formatAlon Zakai2016-01-281-2/+2
* fix memory segment reading in binary formatAlon Zakai2016-01-281-1/+3
* fix function results in binary format readingAlon Zakai2016-01-271-8/+8
* add missing binary opcodesAlon Zakai2016-01-211-0/+397