Search instructions
instruction_searchSearch WebAssembly instructions by free-text query against mnemonic, category, or opcode hex. Get ranked results to find the correct instruction when the exact name is unknown.
Instructions
Search WebAssembly instructions by free-text query, matched against mnemonic (exact > substring), category name, and opcode hex. The entry point when you don't know the exact mnemonic. Returns ranked lightweight hits with a matched_on field; follow up with instruction_get.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max ranked hits returned. | |
| query | Yes | Search text. Matched against mnemonic (exact > substring), category name, and opcode hex. E.g. `extend`, `trunc`, `vec`, `0x6a`. | |
| version | No | WebAssembly spec version to query. `latest` (default) is the current served version; `main` is the upstream working draft. | latest |