summaryrefslogtreecommitdiff
path: root/src/binaryen-shell.cpp
Commit message (Expand)AuthorAgeFilesLines
* use simplify-locals by defaultAlon Zakai2016-01-091-0/+1
* add -O option to shell that runs default optimization passesAlon Zakai2016-01-081-1/+6
* add some s-parser debuggingAlon Zakai2015-12-291-1/+1
* Fix warnings found by GCCJF Bastien2015-12-221-1/+2
* Fix the license headersJF Bastien2015-12-211-1/+15
* update spec test interpreter to new spectest module nameAlon Zakai2015-12-011-2/+2
* refactor wasm.js so that it will be able to support multiple wasm loading met...Alon Zakai2015-11-281-0/+4
* ensure memory is initialized to 0 in native shellAlon Zakai2015-11-271-1/+4
* unify convert/compare into unary/binary, and do a pre-pass in s-expression pa...Alon Zakai2015-11-271-2/+3
* create an AllocatingModule which handles allocation for its elementsAlon Zakai2015-11-241-2/+2
* print logging prints to stderrAlon Zakai2015-11-221-3/+3
* add printing in module validity testsAlon Zakai2015-11-201-2/+10
* annotate trapsAlon Zakai2015-11-171-1/+2
* docsAlon Zakai2015-11-131-0/+4
* add descriptions to passesAlon Zakai2015-11-131-1/+1
* add shell testsAlon Zakai2015-11-131-3/+6
* pass supportAlon Zakai2015-11-131-3/+45
* improve printingAlon Zakai2015-11-111-2/+4
* update env varAlon Zakai2015-11-111-1/+1
* argument handling in shellAlon Zakai2015-11-111-0/+279