index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
js
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
refactor wasm.js so that it will be able to support multiple wasm loading ↵
Alon Zakai
2015-11-28
1
-1
/
+4
|
|
|
|
methods
*
support memory growth in wasm.js native wasm integration code, which an work ↵
Alon Zakai
2015-11-22
1
-1
/
+3
|
|
|
|
now that memory growth is shared in asm2wasm in both shell and js
*
spacing
Alon Zakai
2015-11-21
1
-0
/
+2
|
*
simplify wasm.js loading code, since we are now embedded where we can use ↵
Alon Zakai
2015-11-21
1
-30
/
+6
|
|
|
|
the outside module's
*
prepare for native wasm suport in wasm.js
Alon Zakai
2015-11-21
1
-0
/
+49
|
*
refactor memory allocation code to create the buffer during asm.js link
Alon Zakai
2015-11-21
1
-29
/
+41
|
*
refactor wasm.js integration code into a method
Alon Zakai
2015-11-20
1
-7
/
+7
|
*
wasm.js memory growth fixes
Alon Zakai
2015-11-19
1
-2
/
+2
|
*
work towards memory growth in asm2wasm code
Alon Zakai
2015-11-19
1
-1
/
+7
|
*
runtime debugging for wasm.js
Alon Zakai
2015-11-18
1
-0
/
+1
|
*
receive TOTAL_MEMORY from emscripten in wasm.js
Alon Zakai
2015-11-18
1
-3
/
+3
|
*
handle debugger keyword in asm2wasm
Alon Zakai
2015-11-18
1
-0
/
+3
|
*
do asm2wasm f64 to i32 conversions in js, so we do not fault, as asm.js expects
Alon Zakai
2015-11-17
1
-0
/
+3
|
*
emit a special call to a special import to handle floating-point remainder, ↵
Alon Zakai
2015-11-16
1
-0
/
+5
|
|
|
|
which exists in asm.js but not in wasm
*
use the new BINARYEN option in emscripten
Alon Zakai
2015-11-16
1
-1
/
+1
|
*
save module and base of mapped imported globals, and fix writing of mapped ↵
Alon Zakai
2015-11-01
1
-2
/
+2
|
|
|
|
imported globals
*
refactor a lookupImport method
Alon Zakai
2015-11-01
1
-0
/
+17
|
*
polyfill fixes: more memory by default, and a type correction
Alon Zakai
2015-10-31
1
-1
/
+1
|
*
call from js into wasm
Alon Zakai
2015-10-31
1
-4
/
+5
|
*
polyfill fixes
Alon Zakai
2015-10-31
1
-7
/
+19
|
*
progress on wasm.js communication
Alon Zakai
2015-10-31
1
-0
/
+30
[prev]