summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* handle the wrong number of functions being provided in binary formatAlon Zakai (kripken)2017-06-011-0/+8
* Exporting/importing debug location information from .wast/.asm.js/.s formats ...Yury Delendik2017-06-011-0/+206
* afl-fuzz bug fixes (#1018)Alon Zakai2017-05-201-0/+4
* Unreachable typing fixes (#1004)Alon Zakai2017-05-091-2/+9
* optimize duplication checks in binary format reading (#995)Alon Zakai2017-05-041-7/+5
* make function name duplicate testing handle the case of just some functions b...Alon Zakai2017-05-031-5/+8
* Parsing fixes (#990)Alon Zakai2017-05-021-34/+126
* Extensible name section (#933)pipcet2017-04-131-19/+43
* fix emitting of unreachable ifs (#944)Alon Zakai2017-03-141-13/+11
* Wasm h to cpp (#926)jgravelle-google2017-03-101-2/+5
* read unknown users sections as binary data stored on the Module (#918)Alon Zakai2017-02-211-3/+13
* clean up raw pointer import->functionType, make it a Name like everything els...Alon Zakai2017-02-171-4/+4
* Fix emitting of unreachable block/if/loop (#911)Alon Zakai2017-02-161-2/+38
* Merge pull request #865 from WebAssembly/fix-abAlon Zakai2017-01-101-6/+24
|\
| * handle a binary that breaks to returnAlon Zakai (kripken)2017-01-041-5/+22
| * handle a module which has no globals at allAlon Zakai (kripken)2017-01-041-1/+2
* | Merge pull request #871 from WebAssembly/fix-c-api-unused-memAlon Zakai2017-01-051-4/+5
|\ \ | |/ |/|
| * ensure exports are added deterministically from binariesAlon Zakai (kripken)2017-01-041-4/+5
* | Handle stacky code (#868)Alon Zakai2017-01-041-21/+47
|/
* Merge pull request #859 from WebAssembly/linkingAlon Zakai2016-12-271-1/+1
|\
| * fix the order of emitting the start sectionAlon Zakai2016-12-071-1/+1
* | ignore unknown user sections, fixes #857 (#858)Alon Zakai2016-12-071-7/+12
|/
* emit entries in the Names section for imports as well, as was recently change...Alon Zakai2016-11-091-3/+35
* add a --symbolmap option to wasm-as, which emits a side file with the name ma...Alon Zakai2016-11-091-0/+13
* Binary 0xd changes (#803)Derek Schuff2016-10-261-18/+27
* fix binary format regression from 9afa80951a3e9e59d5348780370a8b67d829ded1 - ...Alon Zakai2016-10-221-18/+10
* Move wasm binary reader and writer from the header file into libwasm (#797)Derek Schuff2016-10-201-0/+1894