Instructions — WebAssembly 2.0 (Draft 2024-02-15)
Instructions are encoded by opcodes.
Each opcode is represented by a single byte,
and is followed by the instruction’s immediate arguments, where present.
The only exception are structured control instructions, which consist of several opcodes bracketing their nested instruction sequences.
Note
Gaps in the byte code ranges for encoding instructions are reserved for future extensions.
Control Instructions¶
Control instructions have varying encodings. For structured instructions, the instruction s...
Read more at webassembly.github.io