summaryrefslogtreecommitdiff
path: root/src/wasm.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Validator: Pass the module along when printing errors, so type names are used...Alon Zakai2021-03-241-0/+3
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-2/+2
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-4/+0
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-19/+30
* Remove comment as context is nonexistent (#3612)Paulo Matos2021-02-251-1/+0
* Properly use text format type names in printing (#3591)Alon Zakai2021-02-231-0/+10
* [EH] Make rethrow's target a try label (#3568)Heejin Ahn2021-02-181-1/+1
* [EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)Heejin Ahn2021-02-131-1/+1
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-0/+4
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-8/+10
* Use unordered maps of Name where possible (#3546)Alon Zakai2021-02-051-6/+6
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-1/+19
* [GC] br_on_null (#3528)Alon Zakai2021-02-011-0/+7
* [GC] ref.as_non_null (#3527)Alon Zakai2021-01-281-0/+1
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-3/+13
* [GC] Update br_on_cast: the text format also no longer has a heap type (#3523)Alon Zakai2021-01-271-3/+0
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+18
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-3/+13
* Debug info handling for new EH try-catch (#3496)Alon Zakai2021-01-251-13/+8
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-16/+0
* Prototype additional f64x2 conversions (#3501)Thomas Lively2021-01-191-0/+7
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-3/+7
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+18