diff --git a/BinaryEncoding.md b/BinaryEncoding.md index 37df54b6..8b06e67b 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -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 |