summaryrefslogtreecommitdiff
path: root/test/example/c-api-kitchen-sink.txt
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Encode reference types with bit packing (#7142)Thomas Lively2024-12-101-11/+11
* Add bulk-memory-opt feature and ignore call-indirect-overlong (#7139)Derek Schuff2024-12-061-1/+1
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-7/+5
* Fix supertype counts when collecting heap types (#6905)Thomas Lively2024-09-051-1/+1
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-4/+4
* [FP16] Add a feature flag for FP16. (#6864)Brendan Dahl2024-08-221-1/+1
* [C API] Add APIs for getting/setting function types, and a CallRef example (#...Alon Zakai2024-07-091-0/+10
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+2
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-10/+10
* [threads] Add a "shared-everything" feature (#6658)Thomas Lively2024-06-141-1/+1
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-99/+0
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-86/+5
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-0/+10
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-12/+12
* C API: Support adding data segments individually (#6346)Lingming Zhang2024-02-281-0/+2
* Update pop text syntax (#6251)Thomas Lively2024-01-291-1/+1
* C API: Add BinaryenArrayNewData (#6236)ericvergnaud2024-01-251-0/+6
* C API: Add BinaryenFunctionAppendVar (#6213)KinderGartenKiller2024-01-171-0/+1
* Require `then` and `else` with `if` (#6201)Thomas Lively2024-01-041-60/+92
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-1/+1
* Drop support for non-standard quoted function names (#6188)Thomas Lively2023-12-201-9/+9
* Add an arity immediate to tuple.extract (#6172)Thomas Lively2023-12-121-1/+1
* Add a `tuple.drop` text pseudoinstruction (#6170)Thomas Lively2023-12-121-2/+2
* Update `tuple.make` text format to include arity (#6169)Thomas Lively2023-12-121-2/+2
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-7/+7
* [typed-cont] Add feature flag (#5996)Frank Emrich2023-10-051-1/+1
* Replace i31.new with ref.i31 everywhere (#5931)Thomas Lively2023-09-131-3/+3
* Make final types the default (#5918)Thomas Lively2023-09-091-3/+3
* Remove the GCNNLocals feature (#5080)Thomas Lively2023-08-311-4/+4
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-44/+44
* Use the standard syntax for ref.cast, ref.test and array.new_fixed (#5894)Jérôme Vouillon2023-08-231-3/+3
* Update stringref text format (#5891)Jérôme Vouillon2023-08-221-14/+14
* C API: Add BinaryenAddFunctionWithHeapType which takes a heap type (#5829)Alon Zakai2023-07-211-1/+4
* Print supertype declarations using the standard format (#5801)Thomas Lively2023-07-061-1/+1
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-1/+1
* [Strings] Adopt new instruction binary encoding (#5714)Jérôme Vouillon2023-05-121-0/+13
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-2/+1
* Remove the nominal type system (#5672)Thomas Lively2023-04-171-2/+0
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-6/+6
* Parse and print `array.new_fixed` (#5527)Thomas Lively2023-02-281-1/+1
* [C API] Add relaxed SIMD operations (#5482)dcode2023-02-071-0/+125
* [C API] Add experimental StringNew and StringEq variants (#5471)dcode2023-02-011-0/+24
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-2/+2
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-15/+0
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-15/+0
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-1/+1
* Add standard versions of WasmGC casts (#5331)Thomas Lively2022-12-071-2/+2
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-2/+1
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-6/+6
* [C API] Add APIs to inspect compound heap types (#5195)dcode2022-11-031-1/+1