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