summaryrefslogtreecommitdiff
path: root/src/tools/wasm-as.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+3
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+1
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-241-14/+4
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-1/+0
* Add categories to --help text (#4421)Alon Zakai2022-01-051-0/+9
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-2/+1
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-3/+2
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-091-1/+1
* Concise error output (#2652)Alon Zakai2020-02-181-1/+0
* Use wat over wast for text format filenames (#2518)Sam Clegg2019-12-081-2/+2
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-4/+1
* Allow color API to enable and disable colors (#2111)Siddharth2019-05-171-1/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-5/+10
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-42/+73
* Reland emitting of DataCount section (#2027)Thomas Lively2019-04-181-3/+3
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-1/+3
* Feature options (#1797)Thomas Lively2018-12-031-1/+1
* wasm-opt source map support (#1557)Alon Zakai2018-06-071-18/+11
* 'std::string &' => 'std::string& ' (#1403)Alon Zakai2018-02-051-7/+7
* Restrict validation output to just validation errors in the API (#1253)Daniel Wirtz2017-11-011-0/+1
* Add Features enum to IR (#1250)Derek Schuff2017-10-271-1/+1
* Refactor validator API to use enums (#1209)Alon Zakai2017-10-031-1/+1
* SSA pass (#1049)Alon Zakai2017-06-131-0/+7
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-1/+19
* add a --symbolmap option to wasm-as, which emits a side file with the name ma...Alon Zakai2016-11-091-0/+5
* Make wasm-as emit the names section/debug info only with -g (#705)Alon Zakai2016-09-261-0/+5
* separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...Alon Zakai2016-07-131-1/+1
* Add mode to wasm validator to check for web-environment constraints (#584)Derek Schuff2016-06-141-6/+25
* add cfg-building traversal and a pass to coalesce locals using itAlon Zakai2016-05-151-1/+1
* move console tool sources into src/tools (#490)Alon Zakai2016-05-121-0/+69