Struct wast::CallIndirect [−][src]
pub struct CallIndirect<'a> { pub table: ItemRef<'a, table>, pub ty: TypeUse<'a, FunctionType<'a>>, }
Extra data associated with the call_indirect
instruction.
Fields
table: ItemRef<'a, table>
The table that this call is going to be indexing.
ty: TypeUse<'a, FunctionType<'a>>
Type type signature that this call_indirect
instruction is using.