summaryrefslogtreecommitdiff
path: root/src/wasm/wasm-binary.cpp
Commit message (Expand)AuthorAgeFilesLines
* Record binary locations for nested blocks (#7078)Thomas Lively2024-11-141-0/+20
* [NFC] Eagerly set local names in binary reader (#7076)Thomas Lively2024-11-141-19/+25
* Read the names section first (#7074)Thomas Lively2024-11-131-326/+325
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-7/+7
* Remove FeaturePrefix::FeatureRequired (NFC) (#7034)Heejin Ahn2024-11-041-6/+2
* [EH][GC] Send a non-nullable exnref from TryTable (#7013)Alon Zakai2024-10-171-3/+5
* Source Maps: Support 5 segment mappings (#6795)Ömer Sinan Ağacan2024-10-011-13/+61
* Binary parser: Lift the limit on the number of locals (#6973)Jérôme Vouillon2024-09-301-6/+14
* [FP16] Implement conversion operations. (#6974)Brendan Dahl2024-09-261-0/+16
* [NFC] Eagerly create segments when parsing datacount (#6958)Thomas Lively2024-09-191-3/+21
* [NFC] Eagerly create Functions in binary parser (#6957)Thomas Lively2024-09-191-11/+11
* [NFC] Remove excessive debug logging from binary reading (#6927)Alon Zakai2024-09-101-177/+6
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+6
* [EH] Rename Catch(All)_P3 to Catch(All)_Legacy (NFC) (#6901)Heejin Ahn2024-09-041-6/+7
* [FP16] Implement madd and nmadd. (#6878)Brendan Dahl2024-09-031-0/+8
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-8/+8
* [FP16] Implement unary operations. (#6867)Brendan Dahl2024-08-271-0/+28
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-0/+4
* [FP16] Implement arithmetic operations. (#6855)Brendan Dahl2024-08-211-0/+32
* Fix encoding of heap type definitions (#6856)Thomas Lively2024-08-201-13/+13
* [NFC] Use HeapType::getKind more broadly (#6846)Thomas Lively2024-08-191-22/+29
* Implement table.init (#6827)Alon Zakai2024-08-161-0/+20
* Save build ID in a source map (#6799)Marcin Kolny2024-08-151-1/+26
* [FP16] Implement relation operations. (#6825)Brendan Dahl2024-08-091-0/+24
* [FP16] Implement lane access instructions. (#6821)Brendan Dahl2024-08-081-0/+14
* [FP16] Implement load and store instructions. (#6796)Brendan Dahl2024-08-061-16/+49
* [Source maps] Handle single-segment entries in source map header decoder (#6794)Ömer Sinan Ağacan2024-08-061-6/+13
* WasmBinaryReader: Use helper function to create names for items. NFC (#6810)Sam Clegg2024-08-051-14/+15
* Use Names::getValidNameGivenExisting in binary reading (#6793)Alon Zakai2024-07-311-8/+3
* [NFC] Add HeapType::isMaybeShared(BasicHeapType) utility (#6773)Thomas Lively2024-07-181-1/+1
* [threads] Simplify and generalize reftype writing without GC (#6766)Thomas Lively2024-07-181-16/+8
* [threads] Simplify and generalize heap type writing without GC (#6765)Thomas Lively2024-07-171-14/+1
* Error more clearly on wasm components (#6751)Alon Zakai2024-07-171-1/+9
* [threads] ref.i31_shared (#6735)Thomas Lively2024-07-121-6/+12
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-6/+6
* [threads] Validate shared-polymorphic instructions (#6702)Thomas Lively2024-06-251-2/+7
* Add missing struct/array type checks in binary reader (#6701)Alon Zakai2024-06-251-0/+30
* Add a missing binary reading check for BrOn's reference child's type (#6700)Alon Zakai2024-06-251-0/+3
* Add a proper error for bad select results (#6697)Alon Zakai2024-06-241-1/+5
* Validate that names are valid UTF-8 (#6682)Thomas Lively2024-06-191-3/+5
* Check malformed mutability on imported globals (#6679)Thomas Lively2024-06-181-0/+3
* Re-enable binary.wast spec test (#6677)Thomas Lively2024-06-181-10/+23
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-8/+15
* Reject invalid section IDs (#6675)Thomas Lively2024-06-181-6/+7
* Fix DataSegment name handling (#6673)Alon Zakai2024-06-171-1/+1
* [threads] Binary reading and writing of shared composite types (#6664)Thomas Lively2024-06-141-0/+7
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-2/+9
* Fix binary parser of declarative element segments (#6618)Rikito Taniguchi2024-06-031-1/+5
* Fuzzer: Better fuzzing of globals (#6611)Alon Zakai2024-05-211-1/+16
* [table64] Preserve 64-bit table flag when writing binaries (#6610)Sam Clegg2024-05-201-1/+1