summaryrefslogtreecommitdiff
path: root/src/js
Commit message (Expand)AuthorAgeFilesLines
* Fix the license headersJF Bastien2015-12-211-1/+15
* rename post.js as we will have other js componentsAlon Zakai2015-12-211-0/+0
* wasm.js imports refactoring, and temporary flattening of imports for native wasmAlon Zakai2015-12-011-14/+28
* refactor wasm.js method and add testingAlon Zakai2015-11-291-2/+12
* use wasm-s-parser method by efaultAlon Zakai2015-11-291-1/+1
* apply mapped globals in wasm.js on all asm2wasm output, whether done on the c...Alon Zakai2015-11-291-13/+23
* fix wasm.js/s-expression-parsing global mappingAlon Zakai2015-11-281-1/+22
* optionally emit mappedGlobals in asm2wasm, and use that to help when parsing ...Alon Zakai2015-11-281-5/+4
* use new on ArrayBufferAlon Zakai2015-11-281-1/+1
* support interpreting wasm from either asm2wasm or wasm-s-parser in wasm.jsAlon Zakai2015-11-281-5/+9
* when using native wasm support, we need to merge the written data with the me...Alon Zakai2015-11-281-1/+3
* refactor wasm.js so that it will be able to support multiple wasm loading met...Alon Zakai2015-11-281-1/+4
* support memory growth in wasm.js native wasm integration code, which an work ...Alon Zakai2015-11-221-1/+3
* spacingAlon Zakai2015-11-211-0/+2
* simplify wasm.js loading code, since we are now embedded where we can use the...Alon Zakai2015-11-211-30/+6
* prepare for native wasm suport in wasm.jsAlon Zakai2015-11-211-0/+49
* refactor memory allocation code to create the buffer during asm.js linkAlon Zakai2015-11-211-29/+41
* refactor wasm.js integration code into a methodAlon Zakai2015-11-201-7/+7
* wasm.js memory growth fixesAlon Zakai2015-11-191-2/+2
* work towards memory growth in asm2wasm codeAlon Zakai2015-11-191-1/+7
* runtime debugging for wasm.jsAlon Zakai2015-11-181-0/+1
* receive TOTAL_MEMORY from emscripten in wasm.jsAlon Zakai2015-11-181-3/+3
* handle debugger keyword in asm2wasmAlon Zakai2015-11-181-0/+3
* do asm2wasm f64 to i32 conversions in js, so we do not fault, as asm.js expectsAlon Zakai2015-11-171-0/+3
* emit a special call to a special import to handle floating-point remainder, w...Alon Zakai2015-11-161-0/+5
* use the new BINARYEN option in emscriptenAlon Zakai2015-11-161-1/+1
* save module and base of mapped imported globals, and fix writing of mapped im...Alon Zakai2015-11-011-2/+2
* refactor a lookupImport methodAlon Zakai2015-11-011-0/+17
* polyfill fixes: more memory by default, and a type correctionAlon Zakai2015-10-311-1/+1
* call from js into wasmAlon Zakai2015-10-311-4/+5
* polyfill fixesAlon Zakai2015-10-311-7/+19
* progress on wasm.js communicationAlon Zakai2015-10-311-0/+30