From 794a7ee41068ffe450bf904de504f2cad36d1f21 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 21 Jul 2023 11:14:25 -0700 Subject: C API: Add BinaryenAddFunctionWithHeapType which takes a heap type (#5829) This is necessary for WasmGC producers using the C API, so that they can set the heap type of functions. Otherwise the heap type is set structurally using params and results in the old API. The old API is kept for backwards compatibility and convenience (for the structural case, which is all code before WasmGC basically). Fixes #5826 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 69948d3f9..62a7af564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ Current Trunk - Add a pass to reorder functions by name, which can be useful for debugging (e.g. comparisons after optimizations), `--reorder-functions-by-name`. +- C API: Add BinaryenAddFunctionWithHeapType() which is like BinaryenAddFunction + but takes a heap type. The old function is kept for backwards compatibility + and as a convenience. v114 ---- -- cgit v1.2.3