Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ full changeset diff at the end of each section.
Current Trunk
-------------

- Add support for non-nullable table types and initialization expressions for
tables. This comes with a breaking change to C API: `BinaryenAddTable` takes
an additional `BinaryenExpressionRef` parameter to provide an initialization
expression. This may be set to NULL for tables without an initializer. In JS
this parameter is optional and so is not breaking. (#8405)

v128
----

Expand All @@ -36,12 +42,7 @@ v127
and `setValueI64`, previously took a hi/low pair but now take a single value
which can be bigint or a number. Passing two values to these APIs will now
trigger an assertion. (#7984)
- Add support for non-nullable table types and initialization expressions for
tables. This comes with a breaking change to C API: `BinaryenAddTable` takes
an additional `BinaryenExpressionRef` parameter to provide an initialization
expression. This may be set to NULL for tables without an initializer. In JS
this parameter is optional and so is not breaking. (#8405)


v126
----

Expand Down
Loading