summaryrefslogtreecommitdiff
path: root/test/unit.wast.fromBinary.noDebugInfo
Commit message (Expand)AuthorAgeFilesLines
* [test] Port tests in test/ to test/lit/basic/ (#6160)Heejin Ahn2023-12-131-537/+0
* Remove FunctionType (#2510)Thomas Lively2019-12-111-49/+49
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-32/+32
* 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
* ensure unique import names for each type, by giving them a prefix, avoiding c...Alon Zakai2018-02-221-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
* Make wasm-as emit the names section/debug info only with -g (#705)Alon Zakai2016-09-261-0/+450