File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,13 @@ Current Trunk
1616-------------
1717
1818- Add support for non-nullable table types and initialization expressions for
19- tables. This comes with a breaking change to C API: ` BinaryenAddTable ` takes
20- an additional ` BinaryenExpressionRef ` parameter to provide an initialization
21- expression. This may be set to NULL for tables without an initializer. In JS
22- this parameter is optional and so is not breaking. (#8405 )
19+ tables. This comes with a breaking change to C API: ` BinaryenAddTable ` takes
20+ an additional ` BinaryenExpressionRef ` parameter to provide an initialization
21+ expression. This may be set to NULL for tables without an initializer. In JS
22+ this parameter is optional and so is not breaking. (#8405 )
23+ - MinifyImportsAndExports now has a new output format using JSON. This was
24+ changed while fixing bugs with colliding module names (to avoid two breaking
25+ changes to the output).
2326
2427v128
2528----
You can’t perform that action at this time.
0 commit comments