summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | functions must be parsed after all their targets are knownAlon Zakai2016-01-131-8/+27
| |
* | add a call assert and debuggingAlon Zakai2016-01-131-0/+3
| |
* | fix maybeVisit logicAlon Zakai2016-01-131-5/+6
| |
* | use unsigned types in wasm-binary.hAlon Zakai2016-01-131-17/+24
| |
* | more debuggingAlon Zakai2016-01-131-0/+43
| |
* | avoid char casting bug in wasm-binaryAlon Zakai2016-01-131-1/+1
| |
* | fix LEB128 bugAlon Zakai2016-01-131-1/+1
| |
* | add debugging for wasm-binary.hAlon Zakai2016-01-131-8/+47
| |
* | initial work on wasm-disAlon Zakai2016-01-131-16/+536
|/
* implement br_if in wasm-asAlon Zakai2016-01-121-2/+2
|
* implement switch in wasm-asAlon Zakai2016-01-121-2/+12
|
* fix some macros in wasm-asAlon Zakai2016-01-121-0/+3
|
* ensure function types for all functions in wasm-as, as the binary format ↵Alon Zakai2016-01-121-1/+15
| | | | requires it
* refactor FunctionType to always be accessed from the Module's central store, ↵Alon Zakai2016-01-111-1/+1
| | | | which is necessary for simple binary writing
* finish initial pass on wasm-binary, and add wasm-as tool #13Alon Zakai2016-01-111-139/+179
|
* emit data segments in binary #13Alon Zakai2016-01-111-16/+24
|
* implement LEB128 writing in binary format support #13Alon Zakai2016-01-111-10/+60
|
* TypoJF Bastien2015-12-301-1/+1
|
* BufferWithRandomAccessAlon Zakai2015-12-291-2/+60
|
* binary in binary formatAlon Zakai2015-12-291-0/+46
|
* unary in binary formatAlon Zakai2015-12-291-0/+29
|
* more binary stuff, all but unary+binaryAlon Zakai2015-12-291-16/+21
|
* const in binary, and avoid char()Alon Zakai2015-12-291-36/+60
|
* loads and stores in binaryAlon Zakai2015-12-291-3/+108
|
* start to emit AST nodes in binary formatAlon Zakai2015-12-291-8/+220
|
* more binary workAlon Zakai2015-12-291-0/+22
|
* start work on binary format, per v8 specAlon Zakai2015-12-291-0/+200