Skip to content

Commit

Permalink
Describe operand order of call_indirect (#758)
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg authored Aug 11, 2016
1 parent ba254fe commit 99d098e
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit 99d098e

Please sign in to comment.