We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
return
1 parent 1bf7c33 commit d42fdd3Copy full SHA for d42fdd3
BinaryEncoding.md
@@ -433,7 +433,7 @@ It is legal to have several entries with the same type.
433
| `br` | `0x06` | relative_depth : `varuint32` | break that targets an outer nested block |
434
| `br_if` | `0x07` | relative_depth : `varuint32` | conditional break that targets an outer nested block |
435
| `br_table` | `0x08` | see below | branch table control flow construct |
436
-| `return` | `0x09` | return zero or one value from this function |
+| `return` | `0x09` | | return zero or one value from this function |
437
| `drop` | `0x0b` | | ignore value |
438
| `nop` | `0x0a` | | no operation |
439
| `end` | `0x0f` | | end a block, loop, or if |
0 commit comments