Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | index locals, so that get_local and set_local have just an index, and local ↵ | Alon Zakai | 2016-04-18 | 1 | -2/+2 |
| | | | | names are kept on the Function object (#354) | ||||
* | Add a method to generate a dyncall thunk (#337) | Derek Schuff | 2016-04-12 | 1 | -1/+1 |
| | | | | | Currently it's not called anywhere. The bulk of this change is refactoring to add makeFunction, makeCallIndirect, and makeReturn to wasm::Builder, and make S2wasmBuilder call it | ||||
* | add apis for accessing module elements | Alon Zakai | 2016-04-04 | 1 | -2/+2 |
| | |||||
* | refactor FunctionType to always be accessed from the Module's central store, ↵ | Alon Zakai | 2016-01-11 | 1 | -0/+26 |
| | | | | which is necessary for simple binary writing | ||||
* | set function type of imports in s2wasm #68 | Alon Zakai | 2016-01-06 | 1 | -0/+21 |
| | |||||
* | Fix / uniformize include guards | JF Bastien | 2015-12-22 | 1 | -3/+3 |
| | |||||
* | Fix the license headers | JF Bastien | 2015-12-21 | 1 | -1/+16 |
| | | | | This applies Apache 2.0 properly (as far as our lawyers have told me). We can do this early since all of the code was written by Alon Zakai. | ||||
* | work on call_indirect in s2wasm | Alon Zakai | 2015-12-12 | 1 | -2/+9 |
| | |||||
* | emit asm function tables in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+10 |
| | |||||
* | emit function table calls in wasm2asm | Alon Zakai | 2015-12-07 | 1 | -0/+20 |
| | |||||
* | refactoring, and wasm2asm arags and locals | Alon Zakai | 2015-12-01 | 1 | -0/+33 |