From af2a5e0fd9a027ba5045588bb718693c6d0fae2d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Thu, 21 Apr 2016 21:38:38 -0700 Subject: [PATCH] fix some text that seems to be in the wrong order --- BinaryEncoding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/BinaryEncoding.md b/BinaryEncoding.md index e8c74d59..d72f7c73 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -336,9 +336,10 @@ It is legal to have several entries with the same type. | `unreachable` | `0x0a` | | trap immediately | | `end` | `0x0f` | | end a block, loop, or if | -The `br_table` operator has an immediate operand which is encoded as follows: Note that there is no explicit `if_else` opcode, as the else clause is encoded with the `else` bytecode. +The `br_table` operator has an immediate operand which is encoded as follows: + | Field | Type | Description | | ---- | ---- | ---- | | target_count | `varuint32` | number of targets in the target_table |