summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Function section has the flags before the signature index.Douglas Crosher2016-01-181-2/+2
|/ /
* | use visitNop for break valuesAlon Zakai2016-01-171-1/+1
| |
* | The break operation may have a value, and must with the v8 encoding.Douglas Crosher2016-01-181-0/+6
| |
* | improve for loopsAlon Zakai2016-01-141-7/+7
| |
* | fix type of const values from binaryAlon Zakai2016-01-141-0/+1
| |
* | add missing types in binary readingAlon Zakai2016-01-141-4/+17
| |
* | use std::powAlon Zakai2016-01-141-2/+2
| |
* | add a constant for natural alignment in the binary formatAlon Zakai2016-01-141-2/+3
| |
* | improve a for loopAlon Zakai2016-01-141-1/+1
| |
* | minor binary updates following commentsAlon Zakai2016-01-141-3/+3
| |
* | commentsAlon Zakai2016-01-141-2/+2
| |
* | fix an LEB128 bugAlon Zakai2016-01-141-1/+1
| |
* | add local assertionsAlon Zakai2016-01-141-0/+2
| |
* | break/switch fixesAlon Zakai2016-01-141-1/+9
| |
* | break assertAlon Zakai2016-01-141-0/+3
| |
* | add locations for recursion debuggingAlon Zakai2016-01-141-4/+4
| |
* | fix binary writing of CallIndirectAlon Zakai2016-01-141-1/+1
| |
* | fix binary writing of BrIfAlon Zakai2016-01-141-1/+1
| |
* | fix recursion debuggingAlon Zakai2016-01-141-6/+6
| |
* | artisinal debuggingAlon Zakai2016-01-141-85/+104
| |
* | more binary debuggingAlon Zakai2016-01-141-46/+55
| |
* | fix call_importAlon Zakai2016-01-141-3/+4
| |
* | fix function size offsettingAlon Zakai2016-01-131-4/+5
| |
* | more binary fixesAlon Zakai2016-01-131-4/+4
| |
* | fix locals in binary formatAlon Zakai2016-01-131-8/+16
| |
* | fix binary skipping bugAlon Zakai2016-01-131-1/+5
| |
* | fix buffer writing bugAlon Zakai2016-01-131-1/+3
| |
* | more debuggingAlon Zakai2016-01-131-0/+3
| |
* | 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
|