summaryrefslogtreecommitdiff
path: root/src/wasm-js.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* wasm.js debuggingAlon Zakai2015-11-021-1/+12
|
* fix import call return type handlingAlon Zakai2015-11-021-2/+9
|
* save module and base of mapped imported globals, and fix writing of mapped ↵Alon Zakai2015-11-011-5/+21
| | | | imported globals
* refactor a lookupImport methodAlon Zakai2015-11-011-12/+5
|
* handle float and void types in js<->wasm callsAlon Zakai2015-11-011-1/+5
|
* add tests for calls to js libraries and calls with the wrong # of argumentsAlon Zakai2015-11-011-15/+6
|
* fix imports from global.MathAlon Zakai2015-11-011-1/+13
|
* fix JSExternalInterface::callImportAlon Zakai2015-11-011-1/+1
|
* not not free builder - we stil need its allocatorAlon Zakai2015-11-011-4/+4
|
* better error on bad # of paramsAlon Zakai2015-10-311-2/+11
|
* fix interpreter bugs in binary and compare; working add test in wasm polyfillAlon Zakai2015-10-311-3/+1
|
* debuggingAlon Zakai2015-10-311-0/+4
|
* fix storeAlon Zakai2015-10-311-2/+4
|
* polyfill fixes: more memory by default, and a type correctionAlon Zakai2015-10-311-13/+13
|
* call from js into wasmAlon Zakai2015-10-311-3/+47
|
* optimize emscripten buildsAlon Zakai2015-10-311-0/+2
|
* polyfill fixesAlon Zakai2015-10-311-2/+2
|
* JSExternalInterface::callImportAlon Zakai2015-10-311-0/+19
|
* load and store in interpreter/jsAlon Zakai2015-10-311-1/+51
|
* progress on wasm.js communicationAlon Zakai2015-10-311-0/+3
|
* start to sketch out interpreter/jsAlon Zakai2015-10-311-0/+63
|
* start to build interpreter/jsAlon Zakai2015-10-311-0/+4