summaryrefslogtreecommitdiff
path: root/test/example/c-api-kitchen-sink.c
Commit message (Expand)AuthorAgeFilesLines
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-4/+9
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-3/+2
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-4/+4
* [C API] Add APIs for getting/setting function types, and a CallRef example (#...Alon Zakai2024-07-091-0/+37
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+2
* Fix GlobalRefining's handling of gets in module code and add missing validati...Alon Zakai2024-05-171-1/+1
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-113/+4
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-98/+2
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+6
* Expose features option in C API binary reading (#6380)Surma2024-03-071-0/+26
* C API: Support adding data segments individually (#6346)Lingming Zhang2024-02-281-0/+8
* C API: Use segment names (#6254)ericvergnaud2024-02-011-12/+17
* C API: Add BinaryenArrayNewData (#6236)ericvergnaud2024-01-251-0/+5
* C API: Add BinaryenFunctionAppendVar (#6213)KinderGartenKiller2024-01-171-0/+10
* Testing: Write out and read back in the big binary in c-api-kitchen-sink.c (#...Alon Zakai2024-01-091-1/+19
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-3/+3
* Make final types the default (#5918)Thomas Lively2023-09-091-2/+4
* C API: Add BinaryenAddFunctionWithHeapType which takes a heap type (#5829)Alon Zakai2023-07-211-0/+3
* [Strings] Adopt new instruction binary encoding (#5714)Jérôme Vouillon2023-05-121-2/+14
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-31/+6
* Remove the nominal type system (#5672)Thomas Lively2023-04-171-19/+0
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-2/+2
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-6/+6
* [C API] Add relaxed SIMD operations (#5482)dcode2023-02-071-0/+20
* [C API] Add experimental StringNew and StringEq variants (#5471)dcode2023-02-011-8/+43
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-9/+10
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-9/+0
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-11/+2
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-3/+2
* Update RefCast representation to drop extra HeapType (#5350)Thomas Lively2022-12-201-3/+2
* Remove equirecursive typing (#5240)Thomas Lively2022-11-231-2/+0
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-1/+1
* [C API] Add APIs to inspect compound heap types (#5195)dcode2022-11-031-2/+32
* [C API] Add essential heap type utilities (#5160)dcode2022-10-261-21/+54
* [C API] Add bottom heap types and array heap type (#5150)dcode2022-10-181-0/+34
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-19/+16
* [C API] Make TypeBuilderSetSubType take a heap type (#5045)dcode2022-09-231-1/+1
* [C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...Max Graey2022-09-121-0/+2
* Remove typed-function-references feature (#5030)Thomas Lively2022-09-091-2/+0
* Add remaining GC and string instructions to C API (#4998)dcode2022-08-311-3/+300
* Fix multi-memory + C API for MemoryGrow and MemorySize (#4953)Alon Zakai2022-08-231-2/+2
* Restore the `extern` heap type (#4898)Thomas Lively2022-08-171-0/+1
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-40/+52
* [C-API] Add type builder C-API (#4803)dcode2022-08-041-0/+164
* [C/JS API] Add string reference types (#4810)dcode2022-07-271-0/+24
* [C API] Fix printf-related warnings when compiling C tests (NFC) (#4821)dcode2022-07-251-14/+14
* [Test] Refactor C API kitchen sink test's Memory usage (#4815)Alon Zakai2022-07-211-18/+18
* Remove basic reference types (#4802)Thomas Lively2022-07-201-6/+12
* [C-API] Add utility to go between types and heap types (#4792)dcode2022-07-141-0/+9
* [C-API] Unify logging in c-api-kitchen-sink test (#4800)dcode2022-07-131-17/+17