summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-s-parser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include type names in error messages from building (#4517)Thomas Lively2022-02-181-1/+10
* Make `TypeBuilder::build()` fallible (#4474)Thomas Lively2022-01-251-1/+5
* Parse, create, and print isorecursive recursion groups (#4464)Thomas Lively2022-01-211-10/+40
* Remove unused `isNominal` field on HeapTypeInfo (#4465)Thomas Lively2022-01-201-2/+0
* Modernize code to C++17 (#3104)Max Graey2021-11-221-3/+1
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-1/+1
* Add table.grow operation (#4245)Max Graey2021-10-181-2/+16
* Fix typo in comment (#4231)Paulo Matos2021-10-111-1/+1
* Add table.size operation (#4224)Max Graey2021-10-081-0/+9
* Parse milestone 4 nominal types (#4222)Thomas Lively2021-10-081-15/+39
* Add table.set operation (#4215)Max Graey2021-10-071-0/+11
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+10
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+37
* Properly error on bad function names in text format (#4177)Alon Zakai2021-09-221-2/+11
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-0/+19
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+12
* Support specialized function types in element segments (#4109)Alon Zakai2021-09-021-21/+26
* Parse and print pops of compound types (#4030)Thomas Lively2021-07-271-1/+1
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-1/+2
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-12/+8
* Preserve function heap types during text parsing (#3935)Thomas Lively2021-06-221-29/+38
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-22/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-50/+50
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-0/+6
* Parsing and emitting nominal types (#3933)Thomas Lively2021-06-151-5/+16
* [EH] Allow catch/delegate-less trys (#3924)Heejin Ahn2021-06-101-3/+0
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-1/+1
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+14
* [Wasm GC] Validate struct.get/set heap types early in text parsing (#3897)Alon Zakai2021-05-201-0/+6
* Very simple module linking in wasm-shell (#3792)Abbas Mashayekh2021-04-161-0/+15
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-6/+6
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-6/+6
* RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...Alon Zakai2021-04-081-2/+2
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-081-8/+8
* [RT] Add type to tables and element segments (#3763)Abbas Mashayekh2021-04-061-15/+19
* Emit dollar signs when relevant while debugging s-expression elements (#3693)Alon Zakai2021-04-061-0/+3
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-15/+0
* Catch bad tuple.extract index in parser (#3766)Thomas Lively2021-03-311-0/+4
* Remove old syntax from table and elem in parser (#3753)Abbas Mashayekh2021-03-311-87/+52
* Remove passive keyword from data segment parser (#3757)Abbas Mashayekh2021-03-301-14/+21
* Refactor TypeBuilder (#3728)Thomas Lively2021-03-241-9/+12
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-11/+50
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-14/+9
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-53/+79
* Emit "elem declare" for functions that need it (#3653)Alon Zakai2021-03-041-1/+7
* [Wasm GC] Parse text field names even of types that end up canonicalized toge...Alon Zakai2021-03-031-15/+12
* [Wasm GC] ref.cast and ref.test should have zero immediates (#3641)Alon Zakai2021-03-021-8/+4
* [Wasm GC] Allow subtyping in arguments to struct.get etc. Fixes #3636 (#3644)Alon Zakai2021-03-021-1/+1
* [Wasm GC] Add Names section support for field names (#3589)Alon Zakai2021-03-011-1/+6
* [Wasm GC] Add test/spec/br_on_null.wast and validation fixes for it (#3623)Alon Zakai2021-03-011-23/+7