Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | const in binary, and avoid char() | Alon Zakai | 2015-12-29 | 1 | -36/+60 | |
| | ||||||
* | loads and stores in binary | Alon Zakai | 2015-12-29 | 1 | -3/+108 | |
| | ||||||
* | start to emit AST nodes in binary format | Alon Zakai | 2015-12-29 | 1 | -8/+220 | |
| | ||||||
* | more binary work | Alon Zakai | 2015-12-29 | 1 | -0/+22 | |
| | ||||||
* | start work on binary format, per v8 spec | Alon Zakai | 2015-12-29 | 1 | -0/+200 | |