package
0.10.2
Repository: https://github.com/rite2nikhil/opa.git
Documentation: pkg.go.dev

# Structs

Block represents a WASM block instruction.
BrIf represents a WASM br_if instruction.
Call represents a WASM call instruction.
End represents the special WASM end instruction.
GetLocal represents the WASM get_local instruction.
I32Const represents the WASM i32.const instruction.
I32Eqz represents the WASM i32.eqz instruction.
I32GeS represents the WASM i32.ge_s instruction.
I32GtS represents the WASM i32.gt_s instruction.
I32LeS represents the WASM i32.le_s instruction.
I32LtS represents the WASM i32.lt_s instruction.
I64Const represents the WASM i64.const instruction.
Loop represents a WASM loop instruction.
NoImmediateArgs indicates the instruction has no immediate arguments.
Nop represents a WASM no-op instruction.
Return represents a WASM return instruction.
SetLocal represents the WASM set_local instruction.
Unreachable reprsents an unreachable opcode.

# Interfaces

Instruction represents a single WASM instruction.
StructuredInstruction represents a structured control instruction like br_if.