Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | store f32 properly in wasm-js | Alon Zakai | 2015-11-18 | 1 | -1/+1 | |
| | ||||||
* | return float in wasm-js load of float | Alon Zakai | 2015-11-17 | 1 | -1/+1 | |
| | ||||||
* | annotate traps | Alon Zakai | 2015-11-17 | 1 | -4/+4 | |
| | ||||||
* | return undefined from wasm.js when return type is none | Alon Zakai | 2015-11-17 | 1 | -7/+8 | |
| | ||||||
* | don't allow direct access to the vectors on the Module object | Alon Zakai | 2015-11-11 | 1 | -1/+2 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-11 | 1 | -7/+16 | |
| | ||||||
* | fix export calls in wasm.js | Alon Zakai | 2015-11-07 | 1 | -3/+4 | |
| | ||||||
* | call exports, not functions, from the outside | Alon Zakai | 2015-11-06 | 1 | -3/+3 | |
| | ||||||
* | host ops | Alon Zakai | 2015-11-06 | 1 | -0/+4 | |
| | ||||||
* | refactor data structures | Alon Zakai | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | op type fixes | Alon Zakai | 2015-11-05 | 1 | -1/+1 | |
| | ||||||
* | refactor memory bounds checks | Alon Zakai | 2015-11-05 | 1 | -4/+2 | |
| | ||||||
* | use a js exception in wasm-js trap | Alon Zakai | 2015-11-05 | 1 | -3/+4 | |
| | ||||||
* | trap on i2f overflow | Alon Zakai | 2015-11-04 | 1 | -0/+5 | |
| | ||||||
* | memory | Alon Zakai | 2015-11-04 | 1 | -1/+1 | |
| | ||||||
* | factor out float_ | Alon Zakai | 2015-11-03 | 1 | -2/+2 | |
| | ||||||
* | comments | Alon Zakai | 2015-11-03 | 1 | -5/+3 | |
| | ||||||
* | add memorySize to Module | Alon Zakai | 2015-11-03 | 1 | -0/+1 | |
| | ||||||
* | fix load&store | Alon Zakai | 2015-11-02 | 1 | -13/+13 | |
| | ||||||
* | move wasm debug printing behind flag | Alon Zakai | 2015-11-02 | 1 | -1/+3 | |
| | ||||||
* | wasm.js debugging | Alon Zakai | 2015-11-02 | 1 | -1/+12 | |
| | ||||||
* | fix import call return type handling | Alon Zakai | 2015-11-02 | 1 | -2/+9 | |
| | ||||||
* | save module and base of mapped imported globals, and fix writing of mapped ↵ | Alon Zakai | 2015-11-01 | 1 | -5/+21 | |
| | | | | imported globals | |||||
* | refactor a lookupImport method | Alon Zakai | 2015-11-01 | 1 | -12/+5 | |
| | ||||||
* | handle float and void types in js<->wasm calls | Alon Zakai | 2015-11-01 | 1 | -1/+5 | |
| | ||||||
* | add tests for calls to js libraries and calls with the wrong # of arguments | Alon Zakai | 2015-11-01 | 1 | -15/+6 | |
| | ||||||
* | fix imports from global.Math | Alon Zakai | 2015-11-01 | 1 | -1/+13 | |
| | ||||||
* | fix JSExternalInterface::callImport | Alon Zakai | 2015-11-01 | 1 | -1/+1 | |
| | ||||||
* | not not free builder - we stil need its allocator | Alon Zakai | 2015-11-01 | 1 | -4/+4 | |
| | ||||||
* | better error on bad # of params | Alon Zakai | 2015-10-31 | 1 | -2/+11 | |
| | ||||||
* | fix interpreter bugs in binary and compare; working add test in wasm polyfill | Alon Zakai | 2015-10-31 | 1 | -3/+1 | |
| | ||||||
* | debugging | Alon Zakai | 2015-10-31 | 1 | -0/+4 | |
| | ||||||
* | fix store | Alon Zakai | 2015-10-31 | 1 | -2/+4 | |
| | ||||||
* | polyfill fixes: more memory by default, and a type correction | Alon Zakai | 2015-10-31 | 1 | -13/+13 | |
| | ||||||
* | call from js into wasm | Alon Zakai | 2015-10-31 | 1 | -3/+47 | |
| | ||||||
* | optimize emscripten builds | Alon Zakai | 2015-10-31 | 1 | -0/+2 | |
| | ||||||
* | polyfill fixes | Alon Zakai | 2015-10-31 | 1 | -2/+2 | |
| | ||||||
* | JSExternalInterface::callImport | Alon Zakai | 2015-10-31 | 1 | -0/+19 | |
| | ||||||
* | load and store in interpreter/js | Alon Zakai | 2015-10-31 | 1 | -1/+51 | |
| | ||||||
* | progress on wasm.js communication | Alon Zakai | 2015-10-31 | 1 | -0/+3 | |
| | ||||||
* | start to sketch out interpreter/js | Alon Zakai | 2015-10-31 | 1 | -0/+63 | |
| | ||||||
* | start to build interpreter/js | Alon Zakai | 2015-10-31 | 1 | -0/+4 | |