summaryrefslogtreecommitdiff
path: root/src/tools/binaryen-shell.cpp
Commit message (Collapse)AuthorAgeFilesLines
* print line numbers when running tests in shellAlon Zakai2016-07-061-1/+4
|
* prefix make_unique in binaryen_shell for visual studio workarounds (#595)Alon Zakai2016-06-231-4/+4
|
* support -o in binaryen-shell (#592)Alon Zakai2016-06-181-0/+9
|
* refactor interpreter code to provide expression executors for both ↵Alon Zakai2016-06-181-2/+2
| | | | standalone and full funtime execution
* use WASM_UNUSED in some places to fix compiler warning/error on unused ↵Alon Zakai2016-06-081-0/+1
| | | | variables we only use in asserts (#579)
* catch parse exceptions in s-parsing tooAlon Zakai2016-05-241-38/+39
|
* validate after running passes in shellAlon Zakai2016-05-231-0/+1
|
* move console tool sources into src/tools (#490)Alon Zakai2016-05-121-0/+252