From ab9e3f75fcaae429e236bd50641e0d69e63cfdc2 Mon Sep 17 00:00:00 2001 From: Surma Date: Thu, 7 Mar 2024 17:39:29 +0000 Subject: Expose features option in C API binary reading (#6380) This allows reading a module that requires a particular feature set. The old API assumed only MVP features. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index fc03cf492..b42efef38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ Current Trunk - (If new wat parser is enabled) Source map comments on `else` branches must now be placed above the instruction inside the `else` branch rather than on the `else` branch itself. + - Add a new `BinaryenModuleReadWithFeatures` function to the C API that allows + to configure which features to enable in the parser. v117 ---- -- cgit v1.2.3