🏠 New in Low Baseline Support: WebAssembly SIMD
March 27, 2023
The 128-bit SIMD (Single Instruction Multiple Data) extension to WebAssembly performs one instruction on multiple units of data, when running on hardware that supports such instructions. Also known as vector instructions.
Source features
webassembly.fixed-width-SIMD
[mdn]