Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions BinaryEncoding.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ out of range, `br_table` branches to the default target.

The counts following the different call opcodes specify the number of preceding operands taken as arguments.

The `call_indirect` operator takes a list of function arguments and as the last operand the index into the table.

## Memory-related operators ([described here](AstSemantics.md#linear-memory-accesses))

| Name | Opcode | Immediate | Description |
Expand Down