summaryrefslogtreecommitdiff
path: root/test/passes/remove-imports.txt
Commit message (Expand)AuthorAgeFilesLines
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-1/+1
* Fix element segment ordering in Print (#3818)Abbas Mashayekh2021-04-201-1/+1
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-2/+2
* Fix applying default / unify SExpr and Wasm builder names (#3179)Daniel Wirtz2020-09-301-2/+2
* Remove function index printing (#2742)Thomas Lively2020-04-091-1/+1
* Remove FunctionType (#2510)Thomas Lively2019-12-111-5/+3
* Skip imports in table during RemoveImports (#2181)Thomas Lively2019-06-241-1/+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-1/+1
* Emit binary function index in comment in text format, for convenience (#1232)Alon Zakai2017-10-201-1/+1
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-0/+1
* use a single space for pretty printing of wasts, so massive wasts are less un...Alon Zakai2017-03-091-12/+12
* Change print order of top-level module components (#751)Derek Schuff2016-10-071-1/+1
* Print the name of memory along with size (#720)Derek Schuff2016-09-281-1/+1
* add drop and tee expressionsAlon Zakai2016-09-071-2/+6
* wast function type name desugaring is changing in spec:301 (#654)Alon Zakai2016-07-281-1/+1
* refactor FunctionType to always be accessed from the Module's central store, ...Alon Zakai2016-01-111-0/+3
* simplify print output in passes testsAlon Zakai2016-01-081-11/+0
* do not print a toplevel block in functions if we don't need one #32Alon Zakai2016-01-051-10/+6
* emit constants instead of callImport when there is a type necessaryAlon Zakai2015-11-221-4/+12
* add remove-imports passAlon Zakai2015-11-221-0/+15