summaryrefslogtreecommitdiff
path: root/src/tools/wasm-shell.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | lines
* better printing when assert_invalids failAlon Zakai2016-09-071-1/+7
|
* separate wasm-opt out from wasm-shell: opt optimizes, shell runs wast shell ↵Alon Zakai2016-07-131-45/+0
| | | | tests
* rename binaryen-shell to wasm-shellAlon Zakai2016-07-131-0/+267