summaryrefslogtreecommitdiff
path: root/src/asm_v_wasm.h
Commit message (Expand)AuthorAgeFilesLines
* [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...Max Graey2021-09-011-2/+1
* [GC] Support casts of function types (#3554)Alon Zakai2021-02-091-1/+0
* Remove dead code and unused includes. NFC. (#3328)Sam Clegg2020-11-081-17/+0
* Remove FunctionType (#2510)Thomas Lively2019-12-111-27/+1
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-3/+21
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-5/+6
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-1/+1
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-6/+6
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-021-0/+3
* import parsing fixesAlon Zakai2016-09-191-0/+10
* Generate thunks for address-taken imports (#554)Derek Schuff2016-06-021-3/+4
* allocate only expressions in arenas - functions, imports, exports, function t...Alon Zakai2016-04-271-1/+1
* add an ArenaVector for internal array allocations in expression nodesAlon Zakai2016-04-261-3/+19
* Move wasm-linker into its own cpp file (#375)Derek Schuff2016-04-211-95/+11
* index locals, so that get_local and set_local have just an index, and local n...Alon Zakai2016-04-181-2/+2
* Add a method to generate a dyncall thunk (#337)Derek Schuff2016-04-121-1/+1
* 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
* 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
* 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