Skip to content

Commit

Permalink
Fix catch_all_ref opcode in the overview (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jan 25, 2024
1 parent 98e4eb6 commit 84663dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/exception-handling/Exceptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,4 @@ A `catch` handler is a pair of tag and label index:
| `catch` | `0x00` | tag : `varuint32`, label : `varuint32` |
| `catch_ref` | `0x01` | tag : `varuint32`, label : `varuint32` |
| `catch_all` | `0x02` | label : `varuint32` |
| `catch_all_ref` | `0x02` | label : `varuint32` |
| `catch_all_ref` | `0x03` | label : `varuint32` |

0 comments on commit 84663dc

Please sign in to comment.