summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
* Use non-nullable ref.cast for non-nullable input (#5335)Thomas Lively2022-12-091-5/+5
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-1/+9
* Use C++17's [[maybe_unused]]. NFC (#5309)Sam Clegg2022-12-021-8/+4
* Rename UserSection -> CustomSection. NFC (#5288)Sam Clegg2022-11-221-7/+7
* Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...Thomas Lively2022-11-161-4/+2
* Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)Thomas Lively2022-11-161-2/+4
* Switch from `typedef` to `using` in C++ code. NFC (#5258)Sam Clegg2022-11-151-5/+5
* Make `call_ref` type annotations mandatory (#5246)Thomas Lively2022-11-151-4/+2
* Implement `array.new_data` and `array.new_elem` (#5214)Thomas Lively2022-11-071-0/+3
* Parse and emit `array.len` without a type annotation (#5151)Thomas Lively2022-10-181-1/+2
* Implement `array` basic heap type (#5148)Thomas Lively2022-10-181-0/+2
* Support null characters in string.const expressions (#5123)Thomas Lively2022-10-111-1/+1
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-2/+2
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-0/+8
* Warn on too many parameters for Web VMs (#5119)Alon Zakai2022-10-061-1/+2
* Emit call_ref with a type annotation (#5079)Thomas Lively2022-09-231-1/+2
* Add a type annotation to return_call_ref (#5068)Thomas Lively2022-09-221-1/+2
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-1/+0
* [NFC] Simplify binary reading logic for data segments (#4990)Alon Zakai2022-08-311-3/+0
* [NFC] Simplify binary reading logic for element segments (#4989)Alon Zakai2022-08-291-4/+0
* Implement `extern.externalize` and `extern.internalize` (#4975)Thomas Lively2022-08-291-0/+2
* [NFC] Simplify binary reading logic for memories (#4987)Alon Zakai2022-08-291-6/+0
* [NFC] Simplify binary reading logic for globals (#4980)Alon Zakai2022-08-291-5/+0
* [NFC] Simplify binary reading logic for tables (#4974)Alon Zakai2022-08-261-5/+0
* Add support for Tag names in the Names section (#4970)Alon Zakai2022-08-261-0/+4
* [NFC] Simplify binary reading logic for functions (#4969)Alon Zakai2022-08-261-5/+0
* Adding Multi-Memories Wasm Feature (#4968)Ashley Nelson2022-08-251-0/+1
* Fix Memory64 binary parsing after #4811 (#4933)Alon Zakai2022-08-181-0/+3
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-3/+6
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-3/+16
* Remove RTTs (#4848)Thomas Lively2022-08-051-19/+1
* Remove support for parsing `let` (#4864)Thomas Lively2022-08-031-26/+0
* Changing ref maps in wasm-binary to use a value of a vector of Name* (#4830)Ashley Nelson2022-07-261-3/+3
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-0/+2
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-0/+2
* [Strings] stringview_wtf16.length (#4809)Alon Zakai2022-07-181-0/+1
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+5
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+9
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+4
* [Strings] string.is_usv_sequence (#4783)Alon Zakai2022-07-081-0/+1
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-0/+2
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+2
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+3
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-1/+4
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-1/+13
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-0/+1
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-1/+10
* [Strings] Add string proposal types (#4755)Alon Zakai2022-06-291-7/+19
* First class Data Segments (#4733)Ashley Nelson2022-06-211-1/+10
* Update relaxed SIMD instructionsThomas Lively2022-06-071-37/+35