summaryrefslogtreecommitdiff
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
...
* refactor wasm.js so that it will be able to support multiple wasm loading ↵Alon Zakai2015-11-281-1/+4
| | | | methods
* support memory growth in wasm.js native wasm integration code, which an work ↵Alon Zakai2015-11-221-1/+3
| | | | now that memory growth is shared in asm2wasm in both shell and js
* spacingAlon Zakai2015-11-211-0/+2
|
* simplify wasm.js loading code, since we are now embedded where we can use ↵Alon Zakai2015-11-211-30/+6
| | | | the outside module's
* 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, ↵Alon Zakai2015-11-161-0/+5
| | | | which exists in asm.js but not in wasm
* 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 ↵Alon Zakai2015-11-011-2/+2
| | | | imported globals
* 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