You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,26 @@ full changeset diff at the end of each section.
14
14
15
15
Current Trunk
16
16
-------------
17
+
18
+
v129
19
+
----
20
+
17
21
- Add a `BinaryenDataSegmentRef` type to the C API. (#8286)
18
22
- Add `BinaryenGetDataSegment` and `BinaryenGetDataSegmentByIndex` to the C API, which allow looking up a data segment by name or index.
19
23
- Add `BinaryenDataSegmentGetName` to the C API, which allows looking up a data segment's name.
20
24
- Convert `BinaryenGetMemorySegmentByteOffset`, `BinaryenGetMemorySegmentByteLength`, `BinaryenGetMemorySegmentPassive` and `BinaryenCopyMemorySegmentData` to take a `BinaryenDataSegmentRef` instead of a name.
21
25
- Add `module.getDataSegment`, `module.getDataSegmentByIndex` to the JS API, which allows looking up a data segment by name or index.
22
26
- Convert `module.getMemorySegmentInfo` to take a data segment reference instead of a name, and return the name as part of the info.
23
-
24
-
- Add support for non-nullable table types and initialization expressions for
25
-
tables. This comes with a breaking change to C API: `BinaryenAddTable` takes
26
-
an additional `BinaryenExpressionRef` parameter to provide an initialization
27
-
expression. This may be set to NULL for tables without an initializer. In JS
28
-
this parameter is optional and so is not breaking. (#8405)
29
-
- MinifyImportsAndExports now has a new output format using JSON. This was
30
-
changed while fixing bugs with colliding module names (to avoid two breaking
31
-
changes to the output). (#8550)
27
+
- Add support for non-nullable table types and initialization expressions for
28
+
tables. This comes with a breaking change to C API: `BinaryenAddTable` takes
29
+
an additional `BinaryenExpressionRef` parameter to provide an initialization
30
+
expression. This may be set to NULL for tables without an initializer. In JS
31
+
this parameter is optional and so is not breaking. (#8405)
32
+
-[multibyte] Add multibyte array store and load instructions. (#8059, #8504)
33
+
- MinifyImportsAndExports now has a new output format using JSON. This was
34
+
changed while fixing bugs with colliding module names (to avoid two breaking
0 commit comments