File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ Current Trunk
1717
1818 - BinaryenSelect no longer takes a type parameter.
1919 - AutoDrop APIs have been removed.
20- - Binaryen now supports parsing control flow structures with parameter types.
20+ - Binaryen now supports parsing control flow structures with parameter types by
21+ lowering them away in the parsers..
2122
2223v120
2324----
Original file line number Diff line number Diff line change @@ -1467,7 +1467,7 @@ class WasmBinaryReader {
14671467
14681468 bool getBasicType (int32_t code, Type& out);
14691469 bool getBasicHeapType (int64_t code, HeapType& out);
1470- // Get the signature of control flow structure.
1470+ // Get the signature of a control flow structure.
14711471 Signature getBlockType ();
14721472 // Read a value and get a type for it.
14731473 Type getType ();
You can’t perform that action at this time.
0 commit comments