summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
* Source Maps: Support 5 segment mappings (#6795)Ömer Sinan Ağacan2024-10-011-0/+1
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+4
* [NFC] Eagerly create Functions in binary parser (#6957)Thomas Lively2024-09-191-0/+5
* [NFC] Remove excessive debug logging from binary reading (#6927)Alon Zakai2024-09-101-44/+1
* [EH] Rename Catch(All)_P3 to Catch(All)_Legacy (NFC) (#6901)Heejin Ahn2024-09-041-2/+2
* [FP16] Fix max opcode typo. (#6894)Brendan Dahl2024-09-031-1/+1
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-0/+2
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-4/+4
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-0/+7
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-0/+1
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+8
* Fix encoding of heap type definitions (#6856)Thomas Lively2024-08-201-9/+9
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+2
* Save build ID in a source map (#6799)Marcin Kolny2024-08-151-0/+1
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+6
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+3
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-2/+10
* [threads] Fix encoding of shared types (#6746)Thomas Lively2024-07-151-1/+1
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-0/+1
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+2
* Validate that names are valid UTF-8 (#6682)Thomas Lively2024-06-191-1/+1
* Fix validation of unused LEB128 bits (#6680)Thomas Lively2024-06-191-11/+16
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-1/+1
* Reject invalid section IDs (#6675)Thomas Lively2024-06-181-1/+1
* [threads] Binary reading and writing of shared composite types (#6664)Thomas Lively2024-06-141-0/+1
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-0/+1
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-15/+0
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-24/+2
* [memory64] Add table64 to existing memory64 support (#6577)Sam Clegg2024-05-101-0/+2
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-2/+6
* Source map fixes (#6550)Jérôme Vouillon2024-05-021-0/+1
* Respect the Web limitation on Table size (#6567)Alon Zakai2024-05-011-9/+0
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-0/+4
* Typed continuations: suspend instructions (#6393)Frank Emrich2024-03-191-0/+2
* Remove legacy GC encodings (#5874)Thomas Lively2024-03-121-151/+30
* Typed continuations: cont.bind instructions (#6365)Frank Emrich2024-03-041-0/+2
* Typed continuations: cont.new instructions (#6308)Frank Emrich2024-02-221-0/+2
* [EH] Add noexn's opcode (#6329)Heejin Ahn2024-02-211-2/+2
* Typed continuations: resume instructions (#6083)Frank Emrich2024-01-111-0/+5
* [EH] Add instructions for new proposal (#6181)Heejin Ahn2023-12-191-2/+10
* [EH] Use random value for exnref encoding when legacy GC is used (#6166)Heejin Ahn2023-12-111-6/+20
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-7/+12
* Implement table.copy (#6078)Alon Zakai2023-11-061-0/+2
* Typed Continuations: Add cont type (#5998)Frank Emrich2023-10-241-14/+15
* Reuse existing function types for blocks (#6022)Thomas Lively2023-10-181-0/+2
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-0/+1
* Implement table.fill (#5949)Thomas Lively2023-09-181-0/+2
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-3/+3
* Use standard GC encodings by default (#5873)Thomas Lively2023-09-121-4/+3
* [NFC] Source maps: Simplify the code and add comments (#5912)Alon Zakai2023-09-061-16/+30