summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make `TypeBuilder::build()` fallible (#4474)Thomas Lively2022-01-251-1/+5
* Remove unused `isNominal` field on HeapTypeInfo (#4465)Thomas Lively2022-01-201-3/+1
* Refactor ModuleUtils::collectHeapTypes (#4455)Thomas Lively2022-01-141-11/+11
* Warn about and ignore empty local/param names in name section (#4426)Alon Zakai2022-01-071-3/+17
* Turn an assertion on not colliding with an internal name into an error (#4422)Alon Zakai2022-01-051-1/+4
* Add binary format parse check for imported function types (#4423)Alon Zakai2022-01-051-1/+7
* [EH] Fixup nested pops after reading stacky binary (#4420)Heejin Ahn2022-01-041-0/+5
* Add binary format parse checking for ref.as input type (#4389)Alon Zakai2021-12-161-0/+3
* Add requireFunctionContext in necessary places (#4388)Alon Zakai2021-12-141-0/+4
* [EH] Fix binary parsing for catchless try + inner delegate (#4370)Heejin Ahn2021-12-061-7/+0
* Modernize code to C++17 (#3104)Max Graey2021-11-221-47/+33
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-2/+3
* Add support for relaxed-simd instructions (#4320)Ng Zhi An2021-11-151-0/+68
* Update to C++17 and use std::optional for getSuperType (#4203)Derek Schuff2021-10-181-4/+3
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+23
* Switch from "extends" to M4 nominal syntax (#4248)Thomas Lively2021-10-141-1/+3
* Minor fixes in binary type name emitting (#4239)Alon Zakai2021-10-131-2/+3
* Add table.size operation (#4224)Max Graey2021-10-081-2/+22
* Add table.set operation (#4215)Max Graey2021-10-071-0/+18
* Update nominal binary format to match milestone 4 (#4211)Thomas Lively2021-10-041-14/+37
* Fix roundtripping specialized element segments of table zero (#4212)Alon Zakai2021-10-051-1/+6
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+19
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+4
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-40/+71
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-12/+31
* Support new dylink.0 custom section format (#4141)Sam Clegg2021-09-111-7/+81
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+19
* Support specialized function types in element segments (#4109)Alon Zakai2021-09-021-8/+5
* Handle extra info in dylink section (#4112)Sam Clegg2021-08-311-35/+15
* Fix signed_ field initialization in Load. (#4075)Alon Zakai2021-08-121-6/+0
* [Wasm GC] Add a isNonNullable() convenience method. NFC (#3978)Alon Zakai2021-07-121-1/+1
* [Memory64] further memory limit fixes (#3865)Wouter van Oortmerssen2021-07-091-3/+10
* [Wasm GC] Add support for non-nullable locals in binary reading (#3955)Alon Zakai2021-07-021-7/+11
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-40/+58
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-8/+8
* [EH] Make tag attribute's encoding uint8 (#3949)Heejin Ahn2021-06-221-4/+4
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-7/+5
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-54/+54
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-2/+6
* Parsing and emitting nominal types (#3933)Thomas Lively2021-06-151-6/+26
* [EH] Allow catch/delegate-less trys (#3924)Heejin Ahn2021-06-101-5/+7
* Store signatures as HeapTypes when parsing binaries (#3929)Thomas Lively2021-06-101-21/+32
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-1/+19
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+21
* [wasm-split] Add an option to emit only the module names (#3901)Thomas Lively2021-05-251-2/+8
* [Wasm GC] Do not inline a function with an RTT parameter (#3808)Alon Zakai2021-04-141-1/+1
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-6/+6
* Update SIMD binary constants (#3799)Daniel Wirtz2021-04-121-60/+60
* 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/+1