From 7ce4b093b8586637482e7561ba351e8d5babceb5 Mon Sep 17 00:00:00 2001 From: dcode Date: Wed, 1 Feb 2023 21:05:56 +0100 Subject: [C API] Add experimental StringNew and StringEq variants (#5471) Adds APIs for string.from_code_point, string.new_utf8_try, string.new_utf8_array_try (#5459) and string.compare (#5453). --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 655f2aa8c..ff494961f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,12 @@ Current Trunk and JS APIs and `RefIs` has been replaced with `RefIsNull`. - Types `Data` and `Dataref` have been replaced with types `Struct` and `Structref` in the C and JS APIs. +* `BinaryenStringNew` now takes an additional last argument, `try_`, indicating + whether the instruction is one of `string.new_utf8_try` respectively + `string.new_utf8_array_try`. +* `BinaryenStringEq` now takes an additional second argument, `op`, that is + either `BinaryenStringEqEqual()` if the instruction is `string.eq` or + `BinaryenStringEqCompare()` if the instruction is `string.compare`. v111 ---- -- cgit v1.2.3