summaryrefslogtreecommitdiff
path: root/src/tools/wasm-shell.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unify imported and non-imported things (#1678)Alon Zakai2018-09-191-11/+16
* Change the Literal class's operator== to be bitwise (#1661)Alon Zakai2018-09-011-2/+2
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-1/+1
* Restrict validation output to just validation errors in the API (#1253)Daniel Wirtz2017-11-011-1/+5
* precompute-propagate pass (#1179)Alon Zakai2017-09-121-2/+2
* New fuzzer (#1126)Alon Zakai2017-08-111-15/+9
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+1
* Refactor Import::Kind and Export::Kind into an ExternalKind enum class (#725)Alon Zakai2016-10-031-2/+2
* error on putting spectest.print in a tableAlon Zakai2016-09-211-0/+11
* validate spectest.print as a functionAlon Zakai2016-09-201-1/+7
* global importing fixes: use the right counter for globals and for functionsAlon Zakai2016-09-201-1/+12
* support module operations in shell testsAlon Zakai2016-09-171-28/+55
* support assert_malformed in shell test runnerAlon Zakai2016-09-161-1/+6
* wasm-shell improvements: print out which module is built, add option to skip ...Alon Zakai2016-09-071-2/+27
* better printing when assert_invalids failAlon Zakai2016-09-071-1/+7
* separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell t...Alon Zakai2016-07-131-45/+0
* rename binaryen-shell to wasm-shellAlon Zakai2016-07-131-0/+267