Skip to content

Commit 0272a27

Browse files
authored
Address comments from WebAssembly#7149 (WebAssembly#7152)
The PR was accidentally merged without these fixes included.
1 parent 484adec commit 0272a27

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2223
v120
2324
----

src/wasm-binary.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)