Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Function section has the flags before the signature index. | Douglas Crosher | 2016-01-18 | 1 | -2/+2 | |
|/ / | ||||||
* | | use visitNop for break values | Alon Zakai | 2016-01-17 | 1 | -1/+1 | |
| | | ||||||
* | | The break operation may have a value, and must with the v8 encoding. | Douglas Crosher | 2016-01-18 | 1 | -0/+6 | |
| | | ||||||
* | | improve for loops | Alon Zakai | 2016-01-14 | 1 | -7/+7 | |
| | | ||||||
* | | fix type of const values from binary | Alon Zakai | 2016-01-14 | 1 | -0/+1 | |
| | | ||||||
* | | add missing types in binary reading | Alon Zakai | 2016-01-14 | 1 | -4/+17 | |
| | | ||||||
* | | use std::pow | Alon Zakai | 2016-01-14 | 1 | -2/+2 | |
| | | ||||||
* | | add a constant for natural alignment in the binary format | Alon Zakai | 2016-01-14 | 1 | -2/+3 | |
| | | ||||||
* | | improve a for loop | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | minor binary updates following comments | Alon Zakai | 2016-01-14 | 1 | -3/+3 | |
| | | ||||||
* | | comments | Alon Zakai | 2016-01-14 | 1 | -2/+2 | |
| | | ||||||
* | | fix an LEB128 bug | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | add local assertions | Alon Zakai | 2016-01-14 | 1 | -0/+2 | |
| | | ||||||
* | | break/switch fixes | Alon Zakai | 2016-01-14 | 1 | -1/+9 | |
| | | ||||||
* | | break assert | Alon Zakai | 2016-01-14 | 1 | -0/+3 | |
| | | ||||||
* | | add locations for recursion debugging | Alon Zakai | 2016-01-14 | 1 | -4/+4 | |
| | | ||||||
* | | fix binary writing of CallIndirect | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | fix binary writing of BrIf | Alon Zakai | 2016-01-14 | 1 | -1/+1 | |
| | | ||||||
* | | fix recursion debugging | Alon Zakai | 2016-01-14 | 1 | -6/+6 | |
| | | ||||||
* | | artisinal debugging | Alon Zakai | 2016-01-14 | 1 | -85/+104 | |
| | | ||||||
* | | more binary debugging | Alon Zakai | 2016-01-14 | 1 | -46/+55 | |
| | | ||||||
* | | fix call_import | Alon Zakai | 2016-01-14 | 1 | -3/+4 | |
| | | ||||||
* | | fix function size offsetting | Alon Zakai | 2016-01-13 | 1 | -4/+5 | |
| | | ||||||
* | | more binary fixes | Alon Zakai | 2016-01-13 | 1 | -4/+4 | |
| | | ||||||
* | | fix locals in binary format | Alon Zakai | 2016-01-13 | 1 | -8/+16 | |
| | | ||||||
* | | fix binary skipping bug | Alon Zakai | 2016-01-13 | 1 | -1/+5 | |
| | | ||||||
* | | fix buffer writing bug | Alon Zakai | 2016-01-13 | 1 | -1/+3 | |
| | | ||||||
* | | more debugging | Alon Zakai | 2016-01-13 | 1 | -0/+3 | |
| | | ||||||
* | | functions must be parsed after all their targets are known | Alon Zakai | 2016-01-13 | 1 | -8/+27 | |
| | | ||||||
* | | add a call assert and debugging | Alon Zakai | 2016-01-13 | 1 | -0/+3 | |
| | | ||||||
* | | fix maybeVisit logic | Alon Zakai | 2016-01-13 | 1 | -5/+6 | |
| | | ||||||
* | | use unsigned types in wasm-binary.h | Alon Zakai | 2016-01-13 | 1 | -17/+24 | |
| | | ||||||
* | | more debugging | Alon Zakai | 2016-01-13 | 1 | -0/+43 | |
| | | ||||||
* | | avoid char casting bug in wasm-binary | Alon Zakai | 2016-01-13 | 1 | -1/+1 | |
| | | ||||||
* | | fix LEB128 bug | Alon Zakai | 2016-01-13 | 1 | -1/+1 | |
| | | ||||||
* | | add debugging for wasm-binary.h | Alon Zakai | 2016-01-13 | 1 | -8/+47 | |
| | | ||||||
* | | initial work on wasm-dis | Alon Zakai | 2016-01-13 | 1 | -16/+536 | |
|/ | ||||||
* | implement br_if in wasm-as | Alon Zakai | 2016-01-12 | 1 | -2/+2 | |
| | ||||||
* | implement switch in wasm-as | Alon Zakai | 2016-01-12 | 1 | -2/+12 | |
| | ||||||
* | fix some macros in wasm-as | Alon Zakai | 2016-01-12 | 1 | -0/+3 | |
| | ||||||
* | ensure function types for all functions in wasm-as, as the binary format ↵ | Alon Zakai | 2016-01-12 | 1 | -1/+15 | |
| | | | | requires it | |||||
* | refactor FunctionType to always be accessed from the Module's central store, ↵ | Alon Zakai | 2016-01-11 | 1 | -1/+1 | |
| | | | | which is necessary for simple binary writing | |||||
* | finish initial pass on wasm-binary, and add wasm-as tool #13 | Alon Zakai | 2016-01-11 | 1 | -139/+179 | |
| | ||||||
* | emit data segments in binary #13 | Alon Zakai | 2016-01-11 | 1 | -16/+24 | |
| | ||||||
* | implement LEB128 writing in binary format support #13 | Alon Zakai | 2016-01-11 | 1 | -10/+60 | |
| | ||||||
* | Typo | JF Bastien | 2015-12-30 | 1 | -1/+1 | |
| | ||||||
* | BufferWithRandomAccess | Alon Zakai | 2015-12-29 | 1 | -2/+60 | |
| | ||||||
* | binary in binary format | Alon Zakai | 2015-12-29 | 1 | -0/+46 | |
| | ||||||
* | unary in binary format | Alon Zakai | 2015-12-29 | 1 | -0/+29 | |
| | ||||||
* | more binary stuff, all but unary+binary | Alon Zakai | 2015-12-29 | 1 | -16/+21 | |
| |