Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | more interpreter debugging | Alon Zakai | 2015-11-04 | 1 | -4/+4 | |
| | ||||||
* | implement conversions | Alon Zakai | 2015-11-04 | 1 | -3/+15 | |
| | ||||||
* | add an init method to wasm-interpreter | Alon Zakai | 2015-11-04 | 1 | -0/+3 | |
| | ||||||
* | implement new select operator | Alon Zakai | 2015-11-03 | 1 | -0/+11 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-03 | 1 | -6/+18 | |
| | ||||||
* | fix switch | Alon Zakai | 2015-11-02 | 1 | -5/+11 | |
| | ||||||
* | implement switch | Alon Zakai | 2015-11-02 | 1 | -1/+27 | |
| | ||||||
* | more intepreter debugging | Alon Zakai | 2015-11-02 | 1 | -3/+8 | |
| | ||||||
* | debugging support in interpreter | Alon Zakai | 2015-11-02 | 1 | -22/+52 | |
| | ||||||
* | remove condition from break | Alon Zakai | 2015-11-01 | 1 | -5/+0 | |
| | ||||||
* | fix execution of compare on floats | Alon Zakai | 2015-11-01 | 1 | -2/+2 | |
| | ||||||
* | int fixes | Alon Zakai | 2015-10-31 | 1 | -3/+3 | |
| | ||||||
* | fix interpreter bugs in binary and compare; working add test in wasm polyfill | Alon Zakai | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | interpreter debugging, and fix visitBreak | Alon Zakai | 2015-10-31 | 1 | -4/+34 | |
| | ||||||
* | call from js into wasm | Alon Zakai | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | load and store in interpreter/js | Alon Zakai | 2015-10-31 | 1 | -2/+3 | |
| | ||||||
* | start to sketch out interpreter/js | Alon Zakai | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | start to build interpreter/js | Alon Zakai | 2015-10-31 | 1 | -0/+283 | |