summaryrefslogtreecommitdiff
path: root/src/wasm.h
Commit message (Expand)AuthorAgeFilesLines
* [Strings] GC variants for string.encode (#4817)Alon Zakai2022-07-211-0/+10
* Remove basic reference types (#4802)Thomas Lively2022-07-201-3/+5
* [Strings] Add string.new GC variants (#4813)Alon Zakai2022-07-191-2/+12
* [Strings] stringview_wtf16.length (#4809)Alon Zakai2022-07-181-0/+1
* [Strings] stringview_*.slice (#4805)Alon Zakai2022-07-151-0/+31
* [Strings] stringview access operations (#4798)Alon Zakai2022-07-131-0/+55
* [Strings] string.as (#4797)Alon Zakai2022-07-121-0/+18
* [Strings] string.is_usv_sequence (#4783)Alon Zakai2022-07-081-0/+1
* [Strings] string.eq (#4781)Alon Zakai2022-07-081-0/+11
* [Strings] string.concat (#4777)Alon Zakai2022-07-081-0/+11
* [Strings] string.encode (#4776)Alon Zakai2022-07-071-0/+19
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+18
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+13
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+20
* First class Data Segments (#4733)Ashley Nelson2022-06-211-29/+14
* Update relaxed SIMD instructionsThomas Lively2022-06-071-2/+0
* Make RefCast safe by default (#4663)Thomas Lively2022-05-121-1/+1
* Add ref.cast_nop_static (#4656)Thomas Lively2022-05-111-0/+5
* Implement relaxed SIMD dot product instructions (#4586)Thomas Lively2022-04-111-0/+4
* [SIMD] Make swizzle's opcode name consistent (NFC) (#4585)Heejin Ahn2022-04-091-2/+2
* Implement i16x8.relaxed_q15mulr_s (#4583)Thomas Lively2022-04-071-0/+1
* Generate heap type names when printing types (#4503)Thomas Lively2022-02-071-8/+1
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-13/+1
* Add support for relaxed-simd instructions (#4320)Ng Zhi An2021-11-151-0/+23
* [NFC] Create a .cpp file for fuzzer implementation (#4279)Thomas Lively2021-10-261-2/+2
* Add table.grow operation (#4245)Max Graey2021-10-181-0/+13
* Add table.size operation (#4224)Max Graey2021-10-081-0/+11
* Emit heap types for call_indirect that match the table (#4221)Alon Zakai2021-10-081-0/+12
* Add table.set operation (#4215)Max Graey2021-10-071-0/+13
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+12
* [Wasm GC] Implement static (rtt-free) StructNew, ArrayNew, ArrayInit (#4172)Alon Zakai2021-09-231-3/+12
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-4/+23
* Support new dylink.0 custom section format (#4141)Sam Clegg2021-09-111-0/+1
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+11
* [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...Max Graey2021-09-011-4/+3
* Handle extra info in dylink section (#4112)Sam Clegg2021-08-311-0/+1
* Fix the Switch operand order in LinearExecutionWalker (#4076)Alon Zakai2021-08-121-1/+1
* Fix signed_ field initialization in Load. (#4075)Alon Zakai2021-08-121-2/+2
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-1/+7
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-5/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-18/+18
* [Wasm GC] rtt.fresh_sub (#3936)Alon Zakai2021-06-171-0/+5
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-2/+8
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-2/+16
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-6/+6
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-6/+6
* wasm-split: Update dylink section when growing table (#3791)Sam Clegg2021-04-091-1/+1
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-081-8/+8
* [RT] Add type to tables and element segments (#3763)Abbas Mashayekh2021-04-061-4/+9
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-64/+20