summaryrefslogtreecommitdiff
path: root/src/js/wasm.js-post.js
Commit message (Expand)AuthorAgeFilesLines
* if Module.asm is already set, use thatAlon Zakai2016-03-241-1/+4
* note when we are using wasmAlon Zakai2016-03-231-0/+2
* quote strings for closure compilerAlon Zakai2016-03-231-4/+4
* fix memory growth #270Alon Zakai2016-03-221-10/+9
* improve method namesAlon Zakai2016-03-181-15/+15
* finish wasm-binary method and update emscriptenAlon Zakai2016-03-121-3/+8
* refactor wasm.js and prepare for loading and interpreting binariesAlon Zakai2016-03-121-22/+37
* log failures in wasm/js integrationAlon Zakai2016-03-111-4/+16
* check for WasmJS in polyfill glueAlon Zakai2016-03-111-0/+2
* support a comma-separated list of methods in wasm/js integrationAlon Zakai2016-03-111-49/+83
* fix imports when arriving from wasm backend, which does not prefixAlon Zakai2016-03-091-0/+17
* use .exportsAlon Zakai2016-03-091-2/+2
* move to a cleaner way of emcc.py integrating with wasm.js-post.jsAlon Zakai2016-03-081-5/+9
* assume wasm binaries were preloaded on the web, where we lack sync binary readsAlon Zakai2016-03-061-1/+8
* warn when we should grow wasm memory in mergeMemoryAlon Zakai2016-03-051-1/+3
* fix global.Math importsAlon Zakai2016-03-051-1/+1
* place NaN and Infinity on globalAlon Zakai2016-03-041-1/+5
* send a typed array to instantiateMemoryAlon Zakai2016-03-041-1/+1
* move WasmTypes in integrateWasmJS to the right placeAlon Zakai2016-03-041-8/+8
* pass buffer to instantiateModuleAlon Zakai2016-03-041-1/+1
* WASM => WasmAlon Zakai2016-03-041-8/+2
* use lookupImport directlyAlon Zakai2016-03-041-1/+1
* move to more unification of import handling in interpreter and native pathsAlon Zakai2016-03-041-38/+28
* support memory segments in wasm modules, which we get if the wasm backend was...Alon Zakai2016-03-041-2/+4
* fix providedTotalMemory setting, must be before it is usedAlon Zakai2016-03-041-2/+2
* fix mergeMemoryAlon Zakai2016-03-041-4/+6
* send flattened output to v8 and structed to sm. send only functions to bothAlon Zakai2016-02-151-4/+6
* add sm code to parallel v8 code in integrateWasmJSAlon Zakai2016-02-151-5/+11
* refactor memory merging codeAlon Zakai2015-12-231-31/+31
* Fix the license headersJF Bastien2015-12-211-1/+15
* rename post.js as we will have other js componentsAlon Zakai2015-12-211-0/+182