index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm
/
wasm-binary.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
handle the wrong number of functions being provided in binary format
Alon Zakai (kripken)
2017-06-01
1
-0
/
+8
*
Exporting/importing debug location information from .wast/.asm.js/.s formats ...
Yury Delendik
2017-06-01
1
-0
/
+206
*
afl-fuzz bug fixes (#1018)
Alon Zakai
2017-05-20
1
-0
/
+4
*
Unreachable typing fixes (#1004)
Alon Zakai
2017-05-09
1
-2
/
+9
*
optimize duplication checks in binary format reading (#995)
Alon Zakai
2017-05-04
1
-7
/
+5
*
make function name duplicate testing handle the case of just some functions b...
Alon Zakai
2017-05-03
1
-5
/
+8
*
Parsing fixes (#990)
Alon Zakai
2017-05-02
1
-34
/
+126
*
Extensible name section (#933)
pipcet
2017-04-13
1
-19
/
+43
*
fix emitting of unreachable ifs (#944)
Alon Zakai
2017-03-14
1
-13
/
+11
*
Wasm h to cpp (#926)
jgravelle-google
2017-03-10
1
-2
/
+5
*
read unknown users sections as binary data stored on the Module (#918)
Alon Zakai
2017-02-21
1
-3
/
+13
*
clean up raw pointer import->functionType, make it a Name like everything els...
Alon Zakai
2017-02-17
1
-4
/
+4
*
Fix emitting of unreachable block/if/loop (#911)
Alon Zakai
2017-02-16
1
-2
/
+38
*
Merge pull request #865 from WebAssembly/fix-ab
Alon Zakai
2017-01-10
1
-6
/
+24
|
\
|
*
handle a binary that breaks to return
Alon Zakai (kripken)
2017-01-04
1
-5
/
+22
|
*
handle a module which has no globals at all
Alon Zakai (kripken)
2017-01-04
1
-1
/
+2
*
|
Merge pull request #871 from WebAssembly/fix-c-api-unused-mem
Alon Zakai
2017-01-05
1
-4
/
+5
|
\
\
|
|
/
|
/
|
|
*
ensure exports are added deterministically from binaries
Alon Zakai (kripken)
2017-01-04
1
-4
/
+5
*
|
Handle stacky code (#868)
Alon Zakai
2017-01-04
1
-21
/
+47
|
/
*
Merge pull request #859 from WebAssembly/linking
Alon Zakai
2016-12-27
1
-1
/
+1
|
\
|
*
fix the order of emitting the start section
Alon Zakai
2016-12-07
1
-1
/
+1
*
|
ignore unknown user sections, fixes #857 (#858)
Alon Zakai
2016-12-07
1
-7
/
+12
|
/
*
emit entries in the Names section for imports as well, as was recently change...
Alon Zakai
2016-11-09
1
-3
/
+35
*
add a --symbolmap option to wasm-as, which emits a side file with the name ma...
Alon Zakai
2016-11-09
1
-0
/
+13
*
Binary 0xd changes (#803)
Derek Schuff
2016-10-26
1
-18
/
+27
*
fix binary format regression from 9afa80951a3e9e59d5348780370a8b67d829ded1 - ...
Alon Zakai
2016-10-22
1
-18
/
+10
*
Move wasm binary reader and writer from the header file into libwasm (#797)
Derek Schuff
2016-10-20
1
-0
/
+1894