summaryrefslogtreecommitdiff
path: root/src/wasm-builder.h
Commit message (Expand)AuthorAgeFilesLines
* Minor wasm-split improvements (#3825)Thomas Lively2021-04-201-1/+13
* RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...Alon Zakai2021-04-081-3/+3
* [RT] Add type to tables and element segments (#3763)Abbas Mashayekh2021-04-061-2/+5
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-10/+0
* Fix a fuzz regression from #3669 (#3715)Alon Zakai2021-03-221-27/+0
* [Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)Alon Zakai2021-03-011-1/+61
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-2/+2
* [EH] Update C and binaryen.js API for delegate (#3565)Heejin Ahn2021-02-131-9/+49
* [GC] Support RTT constants in Builder::makeConstantExpression (#3550)Alon Zakai2021-02-091-0/+15
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-1/+13
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-2/+4
* [GC] Update br_on_cast: the text format also no longer has a heap type (#3523)Alon Zakai2021-01-271-3/+1
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+7
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-2/+3
* Reorder i31ref and dataref (#3509)Heejin Ahn2021-01-231-2/+2
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-16/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-0/+2
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-6/+13
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+10
* [GC] Add br_on_cast (#3451)Alon Zakai2020-12-171-2/+6
* [GC] Add ref.test and ref.cast (#3439)Alon Zakai2020-12-111-4/+6
* [GC] Add Array operations (#3436)Alon Zakai2020-12-101-8/+17
* [GC] Add struct.new and start to test interesting execution (#3433)Alon Zakai2020-12-091-2/+4
* [GC] Add basic RTT support (#3432)Alon Zakai2020-12-081-4/+10
* [GC] Add struct.set (#3430)Alon Zakai2020-12-071-7/+7
* [GC] Add struct.get instruction parsing and execution (#3429)Alon Zakai2020-12-071-12/+17
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-241-0/+13
* [TypedFunctionReferences] Add Typed Function References feature and use the t...Alon Zakai2020-11-231-5/+9
* [wasm-builder] Construct module elements as unique_ptrs (#3391)Thomas Lively2020-11-191-35/+35
* [Types] Handle function types fully in more places (#3381)Alon Zakai2020-11-181-10/+19
* Module splitting (#3317)Thomas Lively2020-11-121-1/+2
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+16
* Refactor naming convention for functions handling tuples (#3196)Max Graey2020-10-091-1/+1
* refactor makeFromUInt64 to makeFromInt64 (#3194)Max Graey2020-10-051-1/+1
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+72
* GC: Fuzzing support for i31 (#3169)Daniel Wirtz2020-09-291-2/+2
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+13
* Fix build after semantic merge conflict (#3160)Thomas Lively2020-09-221-1/+1
* Remove redundant allocator in Builder (#3144)Thomas Lively2020-09-221-66/+63
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+7
* GC: Integrate eqref and i31ref types (#3141)Daniel Wirtz2020-09-191-1/+7
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-2/+13
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-6/+8
* Add anyref feature and type (#3109)Daniel Wirtz2020-09-101-0/+2
* Update reference types (#3084)Daniel Wirtz2020-09-091-8/+9
* Add new compound Signature, Struct and Array types (#3012)Daniel Wirtz2020-08-241-1/+1
* Replace Type::expand() with an iterator-based approach (#3061)Daniel Wirtz2020-08-191-1/+1
* Prepare for compound types that are single but not basic (#3046)Daniel Wirtz2020-08-171-2/+4
* Add a builder.makeConst helper template (#2971)Alon Zakai2020-07-211-0/+1
* Rename anyref to externref to match proposal change (#2900)Jay Phelps2020-06-101-1/+1