summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Skip function bodies in wasm-emscripten-finalize when we don't need them (#3689)Alon Zakai2021-03-171-0/+4
* [Wasm GC] Properly handle "typeindex" in the binary format (#3663)Alon Zakai2021-03-091-1/+10
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-5/+17
* Fix binary writing of local name indexes (#3649)Alon Zakai2021-03-041-0/+8
* [Wasm GC] Add Names section support for field names (#3589)Alon Zakai2021-03-011-1/+3
* Support type use before definition in binaries (#3588)Thomas Lively2021-02-191-2/+2
* [EH] Change catch_all's opcode (#3574)Heejin Ahn2021-02-191-2/+2
* [EH] Rename delegateTarget to exceptionTarget (NFC) (#3562)Heejin Ahn2021-02-131-2/+2
* [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-4/+37
* Prototype i32x4.widen_i8x16_{s,u} (#3535)Thomas Lively2021-02-011-0/+4
* [GC] br_on_null (#3528)Alon Zakai2021-02-011-0/+1
* [GC] ref.as_non_null (#3527)Alon Zakai2021-01-281-0/+1
* [GC] Add br_on_func/data/i31 (#3525)Alon Zakai2021-01-281-1/+4
* Memcpy data instead of bytewise copies (#3521)Philip Pfaffe2021-01-271-0/+1
* [GC] ref.as_* (#3520)Alon Zakai2021-01-271-2/+5
* [GC] ref.is_func/data/i31 (#3519)Alon Zakai2021-01-261-1/+5
* [GC] RefIsNull => RefIs. (#3516)Alon Zakai2021-01-261-1/+1
* Debug info handling for new EH try-catch (#3496)Alon Zakai2021-01-251-7/+1
* Remove exnref and br_on_exn (#3505)Heejin Ahn2021-01-221-7/+0
* [GC] Add dataref type (#3500)Alon Zakai2021-01-211-2/+4
* Prototype additional f64x2 conversions (#3501)Thomas Lively2021-01-191-0/+7
* [GC] Read and lower Let instructions (#3485)Alon Zakai2021-01-151-0/+27
* Basic EH instrucion support for the new spec (#3487)Heejin Ahn2021-01-151-0/+1
* [GC] Fix the opcode of i31 (#3471)Alon Zakai2021-01-081-1/+1
* Prototype prefetch instructions (#3467)Thomas Lively2021-01-061-0/+6