summaryrefslogtreecommitdiff
path: root/src/binaryen-c.cpp
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Make MemoryOrder parameters non-optional (#7171)Thomas Lively2024-12-211-2/+4
* Remove AutoDrop (#7106)Thomas Lively2024-11-221-6/+0
* Make validation of stale types stricter (#7097)Thomas Lively2024-11-211-7/+2
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-1/+1
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-0/+3
* Rename relaxed SIMD fma instructions to match spec. (#6876)Brendan Dahl2024-08-271-4/+4
* Add C and JS APIs to control more pass options (#6713)Jérôme Vouillon2024-07-161-0/+40
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-2/+8
* [C API] Add APIs for getting/setting function types, and a CallRef example (#...Alon Zakai2024-07-091-0/+6
* Rename external conversion instructions (#6716)Jérôme Vouillon2024-07-081-2/+4
* [threads] Shared basic heap types (#6667)Thomas Lively2024-06-191-2/+2
* Remove obsolete parser code (#6607)Thomas Lively2024-05-291-1/+0
* [Strings] Remove operations not included in imported strings (#6589)Thomas Lively2024-05-151-65/+21
* [Strings] Remove stringview types and instructions (#6579)Thomas Lively2024-05-151-224/+1
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-10/+8
* Use the new wat parser in the C API (#6555)Thomas Lively2024-04-291-7/+4
* Typed continuations: nocont and cont basic heap types (#6468)Frank Emrich2024-04-041-0/+4
* Remove the TRAVERSE_CALLS option in the ConstantExpressionRunner (#6449)Thomas Lively2024-03-291-4/+0
* [Strings] Represent string values as WTF-16 internally (#6418)Thomas Lively2024-03-221-1/+7
* Expose features option in C API binary reading (#6380)Surma2024-03-071-3/+8
* C API: Support adding data segments individually (#6346)Lingming Zhang2024-02-281-0/+19
* C API: Use segment names (#6254)ericvergnaud2024-02-011-26/+30
* C API: Add BinaryenArrayNewData (#6236)ericvergnaud2024-01-251-0/+11
* C API: Add BinaryenFunctionAppendVar (#6213)KinderGartenKiller2024-01-171-0/+4
* [EH] Add exnref type back (#6149)Heejin Ahn2023-12-081-0/+4
* C API: Add BinaryenTableGetType and BinaryenTableSetType (#6137)KinderGartenKiller2023-11-301-0/+6
* Replace I31New with RefI31 everywhere (#5930)Thomas Lively2023-09-131-9/+9
* Make final types the default (#5918)Thomas Lively2023-09-091-0/+3
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-2/+2
* Remove legacy WasmGC instructions (#5861)Thomas Lively2023-08-091-2/+1
* C API: Add BinaryenAddFunctionWithHeapType which takes a heap type (#5829)Alon Zakai2023-07-211-9/+28
* Rename WasmBinaryBuilder to WasmBinaryReader (NFC) (#5767)Heejin Ahn2023-06-131-1/+1
* [Strings] Adopt new instruction binary encoding (#5714)Jérôme Vouillon2023-05-121-2/+8
* Remove the ability to construct basic types in a TypeBuilder (#5678)Thomas Lively2023-04-191-13/+0
* Remove the nominal type system (#5672)Thomas Lively2023-04-171-15/+0
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-12/+13
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-6/+6
* Support interpretation of extern.externalize and extern.internalize (#5576)Thomas Lively2023-03-161-1/+1
* [NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)Thomas Lively2023-02-281-33/+37
* [C API] Add relaxed SIMD operations (#5482)dcode2023-02-071-0/+36
* [C API] Add experimental StringNew and StringEq variants (#5471)dcode2023-02-011-5/+29
* [Strings] Add experimental StringNew variants (#5459)Alon Zakai2023-01-261-2/+6
* [Strings] Add string.compare (#5453)Alon Zakai2023-01-251-1/+1
* Fix segment fault in API BinaryenModuleParse (#5440) (#5441)Changqing Jing2023-01-201-1/+1
* [Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)Thomas Lively2023-01-101-6/+6
* Represent ref.as_{func,data,i31} with RefCast (#5413)Thomas Lively2023-01-101-3/+0
* Replace `RefIs` with `RefIsNull` (#5401)Thomas Lively2023-01-091-26/+11
* Consolidate br_on* operations (#5399)Thomas Lively2023-01-061-6/+0
* Support br_on_cast null (#5397)Thomas Lively2023-01-051-10/+8
* Support `ref.test null` (#5368)Thomas Lively2022-12-211-8/+7