summaryrefslogtreecommitdiff
path: root/src/tools/wasm-shell.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * Move WasmType function implementations to wasm.cpp * Move Literal methods to wasm.cpp * Reorder wasm.cpp shared constants back to top * Move expression functions to wasm.cpp * Finish moving things to wasm.cpp * Split out Literal into its own .h/.cpp. Also factor out common wasm-type module * Remove unneeded/transitive includes from wasm.h * Add comment to try/check methods * Rename tryX/checkX methods to getXOrNull * Add missing include that should fix appveyor build breakage * More appveyor
* 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