File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -461,9 +461,9 @@ The `br_table` operator has an immediate operand which is encoded as follows:
461
461
| Field | Type | Description |
462
462
| ---- | ---- | ---- |
463
463
| arity | ` varuint1 ` | number of arguments |
464
- | target_count | ` varuint32 ` | number of targets in the target_table |
465
- | target_table | ` uint32 *` | target entries that indicate an outer block or loop to which to break |
466
- | default_target | ` uint32 ` | an outer block or loop to which to break in the default case |
464
+ | target_count | ` varuint32 ` | number of entries in the target_table |
465
+ | target_table | ` varuint32 *` | target entries that indicate an outer block or loop to which to break |
466
+ | default_target | ` varuint32 ` | an outer block or loop to which to break in the default case |
467
467
468
468
The ` br_table ` operator implements an indirect branch. It accepts an optional value argument
469
469
(like other branches) and an additional ` i32 ` expression as input, and
You can’t perform that action at this time.
0 commit comments