diff options
author | Surma <surma@surma.dev> | 2024-03-07 17:39:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 17:39:29 +0000 |
commit | ab9e3f75fcaae429e236bd50641e0d69e63cfdc2 (patch) | |
tree | 7ba8f348a612e4cf629b5b5e51486d5eee751fb7 /CHANGELOG.md | |
parent | 920cbc32603fdb8eff8f50283a1788812863f0d3 (diff) | |
download | binaryen-ab9e3f75fcaae429e236bd50641e0d69e63cfdc2.tar.gz binaryen-ab9e3f75fcaae429e236bd50641e0d69e63cfdc2.tar.bz2 binaryen-ab9e3f75fcaae429e236bd50641e0d69e63cfdc2.zip |
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 ---- |