summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
Commit message (Expand)AuthorAgeFilesLines
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+1
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+1
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+1
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+1
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+1
* First class Data Segments (#4733)Ashley Nelson2022-06-211-2/+7
* Add ref.cast_nop_static (#4656)Thomas Lively2022-05-111-0/+1
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+1
* Add table.size operation (#4224)Max Graey2021-10-081-0/+1
* Add table.set operation (#4215)Max Graey2021-10-071-0/+1
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+1
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+3
* Properly error on bad function names in text format (#4177)Alon Zakai2021-09-221-0/+1
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-0/+3
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+1
* Preserve function heap types during text parsing (#3935)Thomas Lively2021-06-221-5/+4
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-4/+4
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-0/+1
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+1
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-2/+0
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-1/+2
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-5/+5
* [Wasm GC] Parse text field names even of types that end up canonicalized toge...Alon Zakai2021-03-031-1/+9
* [Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)Alon Zakai2021-03-011-3/+6
* Support type uses before definitions in text parser (#3584)Thomas Lively2021-02-181-1/+3
* [EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)Heejin Ahn2021-02-131-1/+1
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-1/+2
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-1/+6
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+1
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-1/+1
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+1
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-1/+1
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-1/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-1/+0
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+1
* MemoryPacking: Preserve segment names (#3458)Sam Clegg2020-12-181-1/+2
* [GC] Add Array operations (#3436)Alon Zakai2020-12-101-2/+9
* [GC] Add struct.get instruction parsing and execution (#3429)Alon Zakai2020-12-071-0/+1
* [GC] Support reading and writing of Struct and Array types (#3423)Alon Zakai2020-12-051-2/+1
* [GC types] Refactoring to allow future heap type parsing. NFC (#3409)Alon Zakai2020-12-021-5/+9
* [TypedFunctionReferences] Implement call_ref (#3396)Alon Zakai2020-11-241-0/+8
* [s-parsing] Store full function signatures (#3356)Alon Zakai2020-11-131-1/+1
* Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)Thomas Lively2020-10-221-0/+1
* Assign import names consistently between text and binaryn reader (#3238)Sam Clegg2020-10-141-0/+2
* GC: Add stubs for the remaining instructions (#3174)Daniel Wirtz2020-09-291-0/+14
* GC: Add i31 instructions (#3154)Daniel Wirtz2020-09-241-0/+2
* Remove redundant allocator in Builder (#3144)Thomas Lively2020-09-221-1/+0
* GC: Add ref.eq instruction (#3145)Daniel Wirtz2020-09-211-0/+1
* Initial implementation of "Memory64" proposal (#3130)Wouter van Oortmerssen2020-09-181-0/+2
* Refactor Host expression to MemorySize and MemoryGrow (#3137)Daniel Wirtz2020-09-171-1/+2