summaryrefslogtreecommitdiff
path: root/src/wasm-shell.cpp
Commit message (Expand)AuthorAgeFilesLines
* memory fixesAlon Zakai2015-11-061-3/+2
* call exports, not functions, from the outsideAlon Zakai2015-11-061-1/+1
* host opsAlon Zakai2015-11-061-2/+5
* fix shell memory accessAlon Zakai2015-11-051-18/+18
* fix print, and add imports testAlon Zakai2015-11-051-3/+3
* refactor invocation in the shellAlon Zakai2015-11-051-9/+32
* nicer note at end of shellAlon Zakai2015-11-051-1/+6
* fix shell bugAlon Zakai2015-11-051-1/+1
* add a validation checker to ModuleAlon Zakai2015-11-051-0/+4
* error callback in SExpressionWasmBuilderAlon Zakai2015-11-051-23/+39
* i64 stores in shellAlon Zakai2015-11-051-0/+9
* refactor memory bounds checksAlon Zakai2015-11-051-11/+2
* i64/32 load fixes, and nice colors in shellAlon Zakai2015-11-051-1/+6
* add i64 load to shellAlon Zakai2015-11-051-0/+10
* fix silly break bugsAlon Zakai2015-11-051-5/+6
* nan reinterpretationAlon Zakai2015-11-051-1/+1
* more overflow checkingAlon Zakai2015-11-051-1/+1
* parsing fixesAlon Zakai2015-11-051-1/+1
* infinityAlon Zakai2015-11-041-1/+1
* trap on i2f overflowAlon Zakai2015-11-041-6/+6
* fix hex parsingAlon Zakai2015-11-041-1/+1
* verify return valuesAlon Zakai2015-11-041-2/+11
* fix load/store trapsAlon Zakai2015-11-041-2/+3
* implement assert_return and assert_trapAlon Zakai2015-11-041-1/+4
* write segments into memory, and parse all lines of functionsAlon Zakai2015-11-041-0/+4
* implement printAlon Zakai2015-11-041-0/+8
* implement shell interfaceAlon Zakai2015-11-041-2/+84
* prepare to run assert testsAlon Zakai2015-11-041-6/+36
* refactor s-expression parserAlon Zakai2015-11-041-2/+6
* parsing improvementsAlon Zakai2015-11-031-1/+1
* shell fixesAlon Zakai2015-11-031-1/+1
* main for shellAlon Zakai2015-11-031-1/+31
* progress on wasm-shellAlon Zakai2015-11-031-0/+5
* start work on shell and sexpr parserAlon Zakai2015-11-031-0/+5