summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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