summaryrefslogtreecommitdiff
path: root/src/js
Commit message (Collapse)AuthorAgeFilesLines
...
* 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