Interface SpiderInstruction<T>

A single WASM instruction

Type Parameters

  • T extends any[] | [] = any[]

Hierarchy

  • SpiderInstruction

Properties

Properties

args: T

A list of arguments for this function. Types change depnding upon the opcode.

opcode: SpiderOpcode<T>

The opcode of this instruction

Generated using TypeDoc