summaryrefslogtreecommitdiff
path: root/test/dylib.wasm.fromBinary
Commit message (Expand)AuthorAgeFilesLines
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-4/+4
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-1/+1
* First class Data Segments (#4733)Ashley Nelson2022-06-211-1/+1
* Assign import names consistently between text and binaryn reader (#3238)Sam Clegg2020-10-141-3/+3
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-1/+1
* Remove function index printing (#2742)Thomas Lively2020-04-091-5/+5
* Represent dylink section in IR, so we can update it. (#2715)Alon Zakai2020-03-301-32/+69
* Remove FunctionType (#2510)Thomas Lively2019-12-111-6/+6
* Massive renaming (#1855)Thomas Lively2019-01-071-7/+7
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-011-1/+1
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-3/+3
* ensure unique import names for each type, by giving them a prefix, avoiding c...Alon Zakai2018-02-221-7/+7
* name function imports using name section (#1290)Alon Zakai2017-11-211-1/+1
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-3/+3
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-2/+2
* Support new result syntax for if/loop/block (#1047)Sam Clegg2017-06-121-1/+1
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-43/+43
* read unknown users sections as binary data stored on the Module (#918)Alon Zakai2017-02-211-0/+50