WebAssembly SIMD extract instructions.
extract_laneExtracts the value contained within the specified lane of a v128 value interpretation.
extract_lane_sExtracts the value contained within the specified lane of a v128 value interpretation as a signed integer.
extract_lane_uExtracts the value contained within the specified lane of a v128 value interpretation as an unsigned integer.