summaryrefslogtreecommitdiff
path: root/src/wasm-interpreter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Minor improvements to the wasm-interpreter debug messages (#784)jgravelle-google2016-10-181-0/+24
| | | | | | | | | | | * Minor improvements to the wasm-interpreter debug messages 1. Indent nested blocks for more readable structure (with numeric labels to make it even clearer) 2. Print the names of the variables used for NOTE_EVALs 3. Print the values of arguments when entering a function call * Move Indenter class to wasm-interpreter.cpp
* start to build interpreter/jsAlon Zakai2015-10-311-284/+0
|
* refactoringAlon Zakai2015-10-311-1/+4
|
* convert and hostAlon Zakai2015-10-311-0/+10
|
* compareAlon Zakai2015-10-311-14/+37
|
* unary and binaryAlon Zakai2015-10-311-0/+35
|
* interpret all callsAlon Zakai2015-10-311-4/+25
|
* load and store shimsAlon Zakai2015-10-311-9/+25
|
* getlocal/setlocal in interpreterAlon Zakai2015-10-301-0/+6
|
* function scopesAlon Zakai2015-10-301-7/+37
|
* progress on interpreterAlon Zakai2015-10-301-27/+69
|
* refactoringAlon Zakai2015-10-301-0/+3
|
* refactorings and begin interpreterAlon Zakai2015-10-301-0/+95