diff options
Diffstat (limited to 'BinaryEncoding.md')
| -rw-r--r-- | BinaryEncoding.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BinaryEncoding.md b/BinaryEncoding.md index a34e63c..35464d7 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -316,6 +316,7 @@ The table switch operator is then immediately followed by `case_count` case expr | `store_global` | `0x11` | index = `varuint32` | * nonstandard internal opcode | | `call_function` | `0x12` | function_index = `varuint32` | call a function by its index | | `call_indirect` | `0x13` | signature_index = `varuint32` | call a function indirect with an expected signature | +| `call_import` | `0x09` | import_index = `varuint32` | call an imported function by its index | ## Memory-related operators ([described here](AstSemantics.md#linear-memory-accesses)) |
