summaryrefslogtreecommitdiff
path: root/src/asm_v_wasm.h
Commit message (Collapse)AuthorAgeFilesLines
* index locals, so that get_local and set_local have just an index, and local ↵Alon Zakai2016-04-181-2/+2
| | | | names are kept on the Function object (#354)
* Add a method to generate a dyncall thunk (#337)Derek Schuff2016-04-121-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 elementsAlon Zakai2016-04-041-2/+2
|
* refactor FunctionType to always be accessed from the Module's central store, ↵Alon Zakai2016-01-111-0/+26
| | | | which is necessary for simple binary writing
* set function type of imports in s2wasm #68Alon Zakai2016-01-061-0/+21
|
* Fix / uniformize include guardsJF Bastien2015-12-221-3/+3
|
* Fix the license headersJF Bastien2015-12-211-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 s2wasmAlon Zakai2015-12-121-2/+9
|
* emit asm function tables in wasm2asmAlon Zakai2015-12-071-0/+10
|
* emit function table calls in wasm2asmAlon Zakai2015-12-071-0/+20
|
* refactoring, and wasm2asm arags and localsAlon Zakai2015-12-011-0/+33