instruction_get
Fetch one WebAssembly instruction by mnemonic (i32.add) or binary opcode (0x6a, multi-byte 0xfd 0x89 0x02): opcode bytes, category, introducing version, stack type signature, validation/execution anchors + URLs, and traps (runtime trap conditions with canonical names; empty + can_trap:false when it never traps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| opcode | No | Binary opcode hex, e.g. `0x6a` or `0xfd 0x89 0x02`. Exact. | |
| mnemonic | No | Instruction mnemonic, e.g. `i32.add`. Case-insensitive, exact. |