summaryrefslogtreecommitdiff
path: root/src/binaryen-shell.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Alon Zakai2015-11-281-0/+4
| | | | methods
* 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 ↵Alon Zakai2015-11-271-2/+3
| | | | parser for function types, to fix new assertions that notice some missing types
* 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