summaryrefslogtreecommitdiff
path: root/src/tools/wasm-shell.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support `ref.extern n` in spec tests (#6858)Thomas Lively2024-08-211-1/+2
* [NFC] Save a line in wasm-shell.cpp (#6631)Thomas Lively2024-05-291-2/+1
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+0
* [NFC] Fix unused variable warning (#6624)walkingeyerobot2024-05-221-2/+1
* Rewrite wasm-shell to use new wast parser (#6601)Thomas Lively2024-05-171-275/+347
* [Parser] Parse wast scripts (#6581)Thomas Lively2024-05-131-2/+9
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-101-0/+5
* [Parser] Use the new parser in wasm-shell and wasm-as (#6529)Thomas Lively2024-04-241-44/+97
* [wasm-shell] Error on unknown commands (#6528)Thomas Lively2024-04-241-0/+2
* Remove unused options from wasm-shell (#6508)Thomas Lively2024-04-171-53/+10
* [EH] Support assert_exception (#5684)Heejin Ahn2023-04-231-3/+19
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-4/+2
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-3/+2
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-8/+5
* Remove basic reference types (#4802)Thomas Lively2022-07-201-2/+2
* Fix more no-assertions warnings (#4765)Alon Zakai2022-06-301-1/+2
* [NFC] Refactor Feature::All to match FeatureSet.setAll() (#4557)Alon Zakai2022-03-311-3/+3
* [Wasm GC] Fix non-nullable tuples (#4555)Alon Zakai2022-03-301-3/+3
* [NFC] Refactor ModuleInstanceBase+RuntimeExpressionRunner into a single class...Alon Zakai2022-01-281-4/+4
* LiteralList => Literals (#4451)Alon Zakai2022-01-131-1/+1
* Add categories to --help text (#4421)Alon Zakai2022-01-051-0/+4
* Clean up warnings on MSVC (#4060)Wouter van Oortmerssen2021-08-051-1/+1
* Run spec test all at once after binary transform (#3817)Abbas Mashayekh2021-04-201-17/+14
* Very simple module linking in wasm-shell (#3792)Abbas Mashayekh2021-04-161-246/+329
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-10/+9
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-11/+9
* Fix global destructor ordering problem (#3592)Wouter van Oortmerssen2021-02-221-19/+33
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-14/+14
* Update interpreter for new EH spec (#3498)Heejin Ahn2021-01-211-1/+1
* Refactor printing code so that printing Expressions always works (#3450)Alon Zakai2020-12-171-2/+1
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-1/+1
* Improve testing on Windows (#3142)Wouter van Oortmerssen2020-09-171-6/+4
* Implement module and local names in name section (#3115)Daniel Wirtz2020-09-141-2/+2
* Poppy IR wast parsing and validation (#3105)Thomas Lively2020-09-091-2/+2
* Use const modifier when dealing with types (#3064)Daniel Wirtz2020-08-201-1/+1
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-1/+1
* Add interpreter support for EH (#2780)Heejin Ahn2020-05-061-0/+3
* Handle multivalue returns in the interpreter (#2684)Thomas Lively2020-03-101-18/+12
* Add support for reference types proposal (#2451)Heejin Ahn2019-12-301-2/+2
* Remove FunctionType (#2510)Thomas Lively2019-12-111-1/+1
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-2/+1
* Convert to using DEBUG macros (#2497)Sam Clegg2019-12-041-4/+2
* Update spec test suite (#2484)Heejin Ahn2019-11-291-2/+2
* Enable all features in wasm-shell assert failure tests (#2254)Heejin Ahn2019-07-251-0/+1
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-4/+8
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-50/+75
* Move features from passOptions to Module (#2001)Thomas Lively2019-04-121-3/+4
* Use target features section in wasm-opt (#1967)Thomas Lively2019-04-031-1/+1
* Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)Alon Zakai2019-01-231-2/+2
* Feature options (#1797)Thomas Lively2018-12-031-5/+5