summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Strings] string.measure (#4775)Alon Zakai2022-07-071-0/+8
* [Strings] Add string.const (#4768)Alon Zakai2022-07-061-0/+2
* [Strings] Add feature flag for Strings proposal (#4766)Alon Zakai2022-06-301-0/+1
* [Strings] Add string.new* instructions (#4761)Alon Zakai2022-06-291-0/+8
* First class Data Segments (#4733)Ashley Nelson2022-06-211-0/+23
* Add support for extended-const proposal (#4529)Sam Clegg2022-03-191-0/+1
* Turn an assertion on not colliding with an internal name into an error (#4422)Alon Zakai2022-01-051-2/+2
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-25/+1
* Add support for relaxed-simd instructions (#4320)Ng Zhi An2021-11-151-0/+4
* Add table.grow operation (#4245)Max Graey2021-10-181-2/+10
* Add table.size operation (#4224)Max Graey2021-10-081-0/+4
* Emit heap types for call_indirect that match the table (#4221)Alon Zakai2021-10-081-0/+24
* Add table.set operation (#4215)Max Graey2021-10-071-0/+8
* Implement table.get (#4195)Alon Zakai2021-09-301-0/+7
* 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-6/+19
* [Refactoring] Code reusage in spliceIntoBlock (#4174)Max Graey2021-09-221-0/+2
* [Wasm GC] Add static variants of ref.test, ref.cast, and br_on_cast* (#4163)Alon Zakai2021-09-201-5/+20
* Support new dylink.0 custom section format (#4141)Sam Clegg2021-09-111-0/+1
* [Wasm GC] ArrayInit support (#4138)Alon Zakai2021-09-101-0/+14
* [Wasm GC] Fix getSentType() of BrOn with an unreachable input (#3993)Alon Zakai2021-07-161-0/+8
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-6/+6
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-1/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-17/+15
* Rename wasm-delegations[-fields].h to def files (NFC) (#3941)Heejin Ahn2021-06-181-1/+1
* [Wasm GC] Add negated BrOn* operations (#3913)Alon Zakai2021-06-021-7/+42
* [Wasm GC] Add experimental array.copy (#3911)Alon Zakai2021-05-271-0/+12
* [Wasm GC] Fix StructSet::finalize on an unreachable value (#3874)Alon Zakai2021-05-101-1/+1
* [Wasm GC] Fix the type of ref.as_func, which should be non-nullable (#3821)Alon Zakai2021-04-201-1/+1
* Remove renaming of __wasm_call_ctors (#3811)Sam Clegg2021-04-151-1/+0
* Rename SIMD extending load instructions (#3798)Daniel Wirtz2021-04-121-6/+6
* Rename various SIMD load instructions (#3795)Daniel Wirtz2021-04-111-6/+6
* Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)Daniel Wirtz2021-04-081-16/+16
* Update SIMD names and opcodes (#3771)Thomas Lively2021-04-051-28/+15
* Catch bad tuple.extract index in parser (#3766)Thomas Lively2021-03-311-0/+1
* LUBs (#3731)Thomas Lively2021-03-291-20/+7
* [Wasm GC] Add support for non-nullable types, all except for locals (#3710)Alon Zakai2021-03-231-27/+8
* Remove LUB calculation (#3669)Thomas Lively2021-03-111-15/+30
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-5/+29
* [EH] Support reading/writing of delegate (#3561)Heejin Ahn2021-02-121-0/+1
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-0/+22
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+5
* [GC] br_on_null (#3528)Alon Zakai2021-02-011-1/+12
* [GC] ref.as_non_null (#3527)Alon Zakai2021-01-281-0/+4
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-4/+18
* [GC] Update br_on_cast: the text format also no longer has a heap type (#3523)Alon Zakai2021-01-271-1/+1
* Simplfy getExpressionName (#3522)Alon Zakai2021-01-271-157/+9
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-0/+31
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-0/+6
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-3/+8