summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add ref.cast_nop_static (#4656)Thomas Lively2022-05-111-0/+1
* Parse the prototype nominal binary format (#4644)Thomas Lively2022-05-041-0/+4
* Remove externref (#4633)Thomas Lively2022-05-041-10/+7
* Update the type section binary format (#4625)Thomas Lively2022-05-021-7/+5
* Implement relaxed SIMD dot product instructions (#4586)Thomas Lively2022-04-111-0/+4
* Implement i16x8.relaxed_q15mulr_s (#4583)Thomas Lively2022-04-071-1/+2
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* Isorecursive binary format (#4494)Thomas Lively2022-02-031-0/+2
* Refactor ModuleUtils::collectHeapTypes (#4455)Thomas Lively2022-01-141-2/+1
* Add support for relaxed-simd instructions (#4320)Ng Zhi An2021-11-151-17/+36
* Add table.grow operation (#4245)Max Graey2021-10-181-1/+2
* Add table.size operation (#4224)Max Graey2021-10-081-0/+3
* Add table.set operation (#4215)Max Graey2021-10-071-0/+2
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+3
* Add feature flag for relaxed-simd (#4183)Ng Zhi An2021-09-231-0/+1
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-0/+5
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-0/+4
* Support new dylink.0 custom section format (#4141)Sam Clegg2021-09-111-1/+7
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+2
* Support specialized function types in element segments (#4109)Alon Zakai2021-09-021-2/+2
* Handle extra info in dylink section (#4112)Sam Clegg2021-08-311-6/+1
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-3/+3
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-7/+7
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-0/+1
* Parsing and emitting nominal types (#3933)Thomas Lively2021-06-151-3/+6
* Store signatures as HeapTypes when parsing binaries (#3929)Thomas Lively2021-06-101-3/+7
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-0/+5
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+2
* [wasm-split] Add an option to emit only the module names (#3901)Thomas Lively2021-05-251-1/+12
* Update SIMD binary constants (#3799)Daniel Wirtz2021-04-121-61/+61
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-92/+86
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-3/+0
* wasm-emscripten-finalize: Do not read the Names section when not writing outp...Alon Zakai2021-03-181-0/+2