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