WebAssembly SIMD-specific instructions

WebAssembly SIMD (single instruction, multiple data) instructions.

Note: The instructions in this section are SIMD-specific. Many of the general (non-SIMD-specific) reference pages include information on using those instructions with SIMD as well as non-SIMD types.

Arithmetic instructions

SIMD-specific arithmetic instructions.

Bitwise instructions

SIMD-specific bitwise instructions.

Conversion instructions

SIMD conversion instructions.

Extract instructions

SIMD extract instructions.

Load and store instructions

SIMD load and store instructions.

See also