summaryrefslogtreecommitdiff
path: root/test/fib-dbg.wasm.fromBinary
Commit message (Expand)AuthorAgeFilesLines
* Use IRBuilder in the binary parser (#6963)Thomas Lively2024-11-261-13/+19
* Source map fixes (#6550)Jérôme Vouillon2024-05-021-1/+2
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-5/+5
* Improve debug info printing with depth (#5903)JesseChen2023-08-281-0/+5
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-5/+5
* Fix sourcemap nesting in reading and writing (#5504)JesseCodeBones2023-02-241-1/+1
* Remove Type ordering (#3793)Thomas Lively2021-05-181-3/+3
* Assign import names consistently between text and binaryn reader (#3238)Sam Clegg2020-10-141-4/+4
* Prototype extended-name-section proposal (#3162)Daniel Wirtz2020-09-291-1/+1
* Remove function index printing (#2742)Thomas Lively2020-04-091-7/+7
* Remove FunctionType (#2510)Thomas Lively2019-12-111-12/+12
* Print custom section contents if printable (#2326)Ingvar Stepanyan2019-09-061-1/+1
* Massive renaming (#1855)Thomas Lively2019-01-071-60/+60
* 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-2/+2
* Add debug information locations to the function prolog/epilog (#1674)Yury Delendik2018-09-171-4/+0
* Binary format local parsing fixes (#1664)Alon Zakai2018-09-111-55/+55
* ensure unique import names for each type, by giving them a prefix, avoiding c...Alon Zakai2018-02-221-20/+20
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-7/+7
* Avoid new blocks in binary reading/writing (#1165)Alon Zakai2017-09-121-12/+12
* Ignore unreachable code in wasm binaries (#1122)Alon Zakai2017-08-221-5/+0
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-0/+228