instruction_list
Enumerate WebAssembly instructions, filterable by category, introduced_in (1.0|2.0|3.0), mnemonic prefix, and can_trap (only trapping / only non-trapping). Rows (incl. can_trap) sorted by opcode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Mnemonic prefix, e.g. `i32.`. Case-insensitive. | |
| can_trap | No | Keep only instructions that can (true) / cannot (false) trap. | |
| category | No | Instruction category. | |
| introduced_in | No | Introducing version. |