index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
js
/
wasm.js-post.js
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fix imports when arriving from wasm backend, which does not prefix
Alon Zakai
2016-03-09
1
-0
/
+17
|
*
use .exports
Alon Zakai
2016-03-09
1
-2
/
+2
|
*
move to a cleaner way of emcc.py integrating with wasm.js-post.js
Alon Zakai
2016-03-08
1
-5
/
+9
|
*
assume wasm binaries were preloaded on the web, where we lack sync binary reads
Alon Zakai
2016-03-06
1
-1
/
+8
|
*
warn when we should grow wasm memory in mergeMemory
Alon Zakai
2016-03-05
1
-1
/
+3
|
*
fix global.Math imports
Alon Zakai
2016-03-05
1
-1
/
+1
|
*
place NaN and Infinity on global
Alon Zakai
2016-03-04
1
-1
/
+5
|
*
send a typed array to instantiateMemory
Alon Zakai
2016-03-04
1
-1
/
+1
|
*
move WasmTypes in integrateWasmJS to the right place
Alon Zakai
2016-03-04
1
-8
/
+8
|
*
pass buffer to instantiateModule
Alon Zakai
2016-03-04
1
-1
/
+1
|
*
WASM => Wasm
Alon Zakai
2016-03-04
1
-8
/
+2
|
*
use lookupImport directly
Alon Zakai
2016-03-04
1
-1
/
+1
|
*
move to more unification of import handling in interpreter and native paths
Alon Zakai
2016-03-04
1
-38
/
+28
|
*
support memory segments in wasm modules, which we get if the wasm backend ↵
Alon Zakai
2016-03-04
1
-2
/
+4
|
|
|
|
was used
*
fix providedTotalMemory setting, must be before it is used
Alon Zakai
2016-03-04
1
-2
/
+2
|
*
fix mergeMemory
Alon Zakai
2016-03-04
1
-4
/
+6
|
*
send flattened output to v8 and structed to sm. send only functions to both
Alon Zakai
2016-02-15
1
-4
/
+6
|
*
add sm code to parallel v8 code in integrateWasmJS
Alon Zakai
2016-02-15
1
-5
/
+11
|
*
refactor memory merging code
Alon Zakai
2015-12-23
1
-31
/
+31
|
*
Fix the license headers
JF Bastien
2015-12-21
1
-1
/
+15
|
|
|
|
This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai.
*
rename post.js as we will have other js components
Alon Zakai
2015-12-21
1
-0
/
+182