summaryrefslogtreecommitdiff
path: root/test/example/c-api-unused-mem.txt
Commit message (Expand)AuthorAgeFilesLines
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-261-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-2/+2
* Avoid emitting a block in the binary format when it has no name (#4912)Alon Zakai2022-08-181-13/+6
* Only write explicit names to name section (#3241)Sam Clegg2020-10-151-1/+1
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-1/+1
* Simplify BinaryenIRWriter (#3110)Thomas Lively2020-09-101-1/+1
* Remove function index printing (#2742)Thomas Lively2020-04-091-4/+4
* Remove FunctionType (#2510)Thomas Lively2019-12-111-7/+6
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-3/+2
* Massive renaming (#1855)Thomas Lively2019-01-071-4/+4
* Relooper CFG optimizations (#1759)Alon Zakai2018-11-211-30/+12
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-5/+5
* 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-31/+27
* Ignore unreachable code in wasm binaries (#1122)Alon Zakai2017-08-221-11/+0
* Emit optimal-size LEBs in section/subsection/function body sizes (#1128)Alon Zakai2017-08-151-1/+1
* Extensible name section (#933)pipcet2017-04-131-1/+1
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-96/+96
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-1/+13
* mark memory as existing when it is created in the C APIAlon Zakai (kripken)2017-01-041-0/+101