| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+15 |
* | rename post.js as we will have other js components | Alon Zakai | 2015-12-21 | 1 | -0/+0 |
* | wasm.js imports refactoring, and temporary flattening of imports for native wasm | Alon Zakai | 2015-12-01 | 1 | -14/+28 |
* | refactor wasm.js method and add testing | Alon Zakai | 2015-11-29 | 1 | -2/+12 |
* | use wasm-s-parser method by efault | Alon Zakai | 2015-11-29 | 1 | -1/+1 |
* | apply mapped globals in wasm.js on all asm2wasm output, whether done on the c... | Alon Zakai | 2015-11-29 | 1 | -13/+23 |
* | fix wasm.js/s-expression-parsing global mapping | Alon Zakai | 2015-11-28 | 1 | -1/+22 |
* | optionally emit mappedGlobals in asm2wasm, and use that to help when parsing ... | Alon Zakai | 2015-11-28 | 1 | -5/+4 |
* | use new on ArrayBuffer | Alon Zakai | 2015-11-28 | 1 | -1/+1 |
* | support interpreting wasm from either asm2wasm or wasm-s-parser in wasm.js | Alon Zakai | 2015-11-28 | 1 | -5/+9 |
* | when using native wasm support, we need to merge the written data with the me... | Alon Zakai | 2015-11-28 | 1 | -1/+3 |
* | refactor wasm.js so that it will be able to support multiple wasm loading met... | Alon Zakai | 2015-11-28 | 1 | -1/+4 |
* | support memory growth in wasm.js native wasm integration code, which an work ... | Alon Zakai | 2015-11-22 | 1 | -1/+3 |
* | spacing | Alon Zakai | 2015-11-21 | 1 | -0/+2 |
* | simplify wasm.js loading code, since we are now embedded where we can use the... | Alon Zakai | 2015-11-21 | 1 | -30/+6 |
* | prepare for native wasm suport in wasm.js | Alon Zakai | 2015-11-21 | 1 | -0/+49 |
* | refactor memory allocation code to create the buffer during asm.js link | Alon Zakai | 2015-11-21 | 1 | -29/+41 |
* | refactor wasm.js integration code into a method | Alon Zakai | 2015-11-20 | 1 | -7/+7 |
* | wasm.js memory growth fixes | Alon Zakai | 2015-11-19 | 1 | -2/+2 |
* | work towards memory growth in asm2wasm code | Alon Zakai | 2015-11-19 | 1 | -1/+7 |
* | runtime debugging for wasm.js | Alon Zakai | 2015-11-18 | 1 | -0/+1 |
* | receive TOTAL_MEMORY from emscripten in wasm.js | Alon Zakai | 2015-11-18 | 1 | -3/+3 |
* | handle debugger keyword in asm2wasm | Alon Zakai | 2015-11-18 | 1 | -0/+3 |
* | do asm2wasm f64 to i32 conversions in js, so we do not fault, as asm.js expects | Alon Zakai | 2015-11-17 | 1 | -0/+3 |
* | emit a special call to a special import to handle floating-point remainder, w... | Alon Zakai | 2015-11-16 | 1 | -0/+5 |
* | use the new BINARYEN option in emscripten | Alon Zakai | 2015-11-16 | 1 | -1/+1 |
* | save module and base of mapped imported globals, and fix writing of mapped im... | Alon Zakai | 2015-11-01 | 1 | -2/+2 |
* | refactor a lookupImport method | Alon Zakai | 2015-11-01 | 1 | -0/+17 |
* | polyfill fixes: more memory by default, and a type correction | Alon Zakai | 2015-10-31 | 1 | -1/+1 |
* | call from js into wasm | Alon Zakai | 2015-10-31 | 1 | -4/+5 |
* | polyfill fixes | Alon Zakai | 2015-10-31 | 1 | -7/+19 |
* | progress on wasm.js communication | Alon Zakai | 2015-10-31 | 1 | -0/+30 |