summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-3/+6
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-7/+13
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-1/+11
* Allow casting to basic heap types (#5332)Thomas Lively2022-12-081-3/+8
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-10/+9
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-2/+1
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-7/+1
* Rename UserSection -> CustomSection. NFC (#5288)Sam Clegg2022-11-221-90/+90
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-25/+6
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-6/+25
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-25/+6
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-6/+26
* Fix binary parsing of data segment memory (#5208)Thomas Lively2022-11-031-2/+1
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-181-3/+4
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-2/+14
* Binary format: Don't emit empty Memory sections (#5145)Alon Zakai2022-10-171-1/+1
* Support null characters in string.const expressions (#5123)Thomas Lively2022-10-111-15/+7
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-24/+22
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-51/+117
* Warn on too many parameters for Web VMs (#5119)Alon Zakai2022-10-061-0/+5
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-7/+4
* Add a type annotation to return_call_ref (#5068)Thomas Lively2022-09-221-14/+28
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-5/+0
* [NFC] Simplify binary reading logic for data segments (#4990)Alon Zakai2022-08-311-7/+4
* [NFC] Simplify binary reading logic for element segments (#4989)Alon Zakai2022-08-291-7/+4
* Implement `extern.externalize` and `extern.internalize` (#4975)Thomas Lively2022-08-291-1/+10
* [NFC] Simplify binary reading logic for memories (#4987)Alon Zakai2022-08-291-23/+7
* [NFC] Simplify binary reading logic for globals (#4980)Alon Zakai2022-08-291-31/+11
* [NFC] Simplify binary reading logic for tables (#4974)Alon Zakai2022-08-261-27/+11
* Emit `i31ref` and `dataref` binary shorthands (#4844)Thomas Lively2022-08-261-6/+4
* Make `i31ref` and `dataref` nullable (#4843)Thomas Lively2022-08-261-2/+2
* Add support for Tag names in the Names section (#4970)Alon Zakai2022-08-261-4/+57
* [NFC] Simplify binary reading logic for functions (#4969)Alon Zakai2022-08-261-18/+9
* Adding Multi-Memories Wasm Feature (#4968)Ashley Nelson2022-08-251-0/+4
* Fix order of local names in Names section (#4964)Congcong Cai2022-08-251-17/+19
* Fix Memory64 binary parsing after #4811 (#4933)Alon Zakai2022-08-181-15/+21
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-0/+12
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-101/+172
* Revert "[Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)" (#4895)Alon Zakai2022-08-161-1/+1
* [Strings] Fix string.new_wtf16_array (#4894)Alon Zakai2022-08-101-0/+2
* [Strings] Linear memory string operations should emit a memory index (#4893)Alon Zakai2022-08-101-0/+12
* [Wasm GC] GC-prefixed opcodes are int8, not LEBs (#4889)Alon Zakai2022-08-091-1/+1
* [Strings] string.new.array methods have start:end arguments (#4888)Alon Zakai2022-08-091-1/+9
* Remove RTTs (#4848)Thomas Lively2022-08-051-117/+5
* Remove support for parsing `let` (#4864)Thomas Lively2022-08-031-64/+2
* Changing ref maps in wasm-binary to use a value of a vector of Name* (#4830)Ashley Nelson2022-07-261-37/+14
* Update reference type shorthands in binary output (#4828)Thomas Lively2022-07-251-26/+31
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-1/+18
* Remove basic reference types (#4802)Thomas Lively2022-07-201-20/+35
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-1/+20