summaryrefslogtreecommitdiff
path: root/test/metadce
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-143-3/+0
* [Parser] Enable the new text parser by default (#6371)Thomas Lively2024-04-251-1/+1
* Get more tests working with the new text parser (#6284)Thomas Lively2024-02-073-9/+11
* Fix incorrect wat in tests (#6207)Thomas Lively2024-01-083-4/+3
* wasm-metadce all the things (#6142)Alon Zakai2023-11-304-0/+60
* wasm-metadce: Improve name deduplication (#6138)Alon Zakai2023-11-3011-21/+54
* Partially revert #6026 (#6043)Alon Zakai2023-10-232-7/+28
* RemoveUnusedModuleElements: Make exports skip trampolines (#6026)Alon Zakai2023-10-192-28/+7
* [typed-cont] Allow result types on tags (#5997)Frank Emrich2023-10-051-2/+2
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-249-41/+41
* [wasm-metadce] Note ref.func connections + fix rooting of segment offsets (#5...Jérôme Vouillon2023-06-298-0/+98
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-175-11/+11
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-043-6/+6
* Make constant expression validation stricter (#5557)Thomas Lively2023-03-103-9/+5
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-237-14/+14
* First class Data Segments (#4733)Ashley Nelson2022-06-211-2/+2
* [wasm-metadce] Add support for tags (#4250)Heejin Ahn2021-10-144-0/+41
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-192-3/+3
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-184-10/+10
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Fix element segment ordering in Print (#3818)Abbas Mashayekh2021-04-202-2/+2
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-302-2/+2
* Remove legacy DYNAMICTOP_PTR support from SafeHeap (#3425)Sam Clegg2020-12-043-9/+1
* Fix applying default / unify SExpr and Wasm builder names (#3179)Daniel Wirtz2020-09-302-2/+2
* Remove function index printing (#2742)Thomas Lively2020-04-096-13/+13
* Remove FunctionType (#2510)Thomas Lively2019-12-116-19/+20
* Remove FunctionType from Event (#2466)Thomas Lively2019-11-251-1/+0
* Add feature flags and validation to wasm-metadce (#2364)Thomas Lively2019-09-273-2/+16
* Add event section (#2151)Heejin Ahn2019-05-314-2/+18
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-2/+2
* Massive renaming (#1855)Thomas Lively2019-01-074-19/+19
* Emit imports before defined things in text format (#1715)Alon Zakai2018-11-012-2/+2
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-196-14/+14
* Optimize out memory and table when possible (#1352)Alon Zakai2018-01-1010-10/+0
* metadce fixes (#1329)Alon Zakai2017-12-079-28/+79
* wasm-metadce tool (#1320)Alon Zakai2017-12-0640-0/+587