summaryrefslogtreecommitdiff
path: root/src/asmjs/asm_v_wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove FunctionType (#2510)Thomas Lively2019-12-111-52/+8
* Add string parameter to WASM_UNREACHABLE (#2499)Sam Clegg2019-12-051-5/+5
* Add initial support for anyref as an opaque type (#2294)Jay Phelps2019-08-201-1/+7
* Rename except_ref type to exnref (#2224)Heejin Ahn2019-07-141-4/+4
* Refactor type and function parsing (#2143)Heejin Ahn2019-05-241-15/+8
* Add except_ref type (#2081)Heejin Ahn2019-05-071-0/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-30/+56
* Require unique_ptr to Module::addFunctionType() (#1672)Paweł Bylica2019-01-101-3/+2
* Fuzzing: log values during execution (#1779)Alon Zakai2018-11-301-4/+4
* Add v128 type (#1777)Thomas Lively2018-11-291-1/+4
* Remove default cases (#1757)Thomas Lively2018-11-271-10/+15
* Rename WasmType => Type (#1398)Alon Zakai2018-02-021-19/+19
* Share trap mode between asm2wasm and s2wasm (#1168)jgravelle-google2017-10-021-0/+12
* Wasm h to cpp (#926)jgravelle-google2017-03-101-1/+1
* asm2wasm i64 support (#723)Alon Zakai2016-09-301-0/+2
* Generate thunks for address-taken imports (#554)Derek Schuff2016-06-021-1/+1
* allocate only expressions in arenas - functions, imports, exports, function t...Alon Zakai2016-04-271-3/+3
* add an ArenaVector for internal array allocations in expression nodesAlon Zakai2016-04-261-24/+6
* Move wasm-linker into its own cpp file (#375)Derek Schuff2016-04-211-0/+128