Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | relax wasm.js assertions on alignment, and update wasm.js build | Alon Zakai | 2016-02-01 | 1 | -2/+2 |
| | |||||
* | refactor FunctionType to always be accessed from the Module's central store, ↵ | Alon Zakai | 2016-01-11 | 1 | -1/+1 |
| | | | | which is necessary for simple binary writing | ||||
* | asm2wasm: use support's command-line | JF Bastien | 2016-01-11 | 1 | -1/+1 |
| | |||||
* | refactor memory merging code | Alon Zakai | 2015-12-23 | 1 | -0/+17 |
| | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
| | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai. | ||||
* | handle memory in load_s_expr2wasm | Alon Zakai | 2015-11-29 | 1 | -0/+5 |
| | |||||
* | fix wasm.js/s-expression-parsing global mapping | Alon Zakai | 2015-11-28 | 1 | -19/+1 |
| | |||||
* | optionally emit mappedGlobals in asm2wasm, and use that to help when parsing ↵ | Alon Zakai | 2015-11-28 | 1 | -18/+36 |
| | | | | s-expressions | ||||
* | work on s-parsing in wasm.js | Alon Zakai | 2015-11-28 | 1 | -3/+19 |
| | |||||
* | refactor wasm.js so that it will be able to support multiple wasm loading ↵ | Alon Zakai | 2015-11-28 | 1 | -7/+24 |
| | | | | methods | ||||
* | create an AllocatingModule which handles allocation for its elements | Alon Zakai | 2015-11-24 | 1 | -2/+2 |
| | |||||
* | refactor memory growth code to a central location | Alon Zakai | 2015-11-22 | 1 | -21/+1 |
| | |||||
* | refactor asm2wasm proprocessing into a shared location | Alon Zakai | 2015-11-22 | 1 | -43/+4 |
| | |||||
* | implement growMemory in wasm.js | Alon Zakai | 2015-11-19 | 1 | -2/+14 |
| | |||||
* | wasm.js memory growth fixes | Alon Zakai | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | work towards memory growth in asm2wasm code | Alon Zakai | 2015-11-19 | 1 | -1/+23 |
| | |||||
* | start to parse asm.js memory growth code | Alon Zakai | 2015-11-19 | 1 | -0/+24 |
| | |||||
* | runtime debugging for wasm.js | Alon Zakai | 2015-11-18 | 1 | -30/+23 |
| | |||||
* | receive TOTAL_MEMORY from emscripten in wasm.js | Alon Zakai | 2015-11-18 | 1 | -1/+3 |
| | |||||
* | handle f32 params in wasm-js | Alon Zakai | 2015-11-18 | 1 | -0/+2 |
| | |||||
* | 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 |
| |