Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions feature-group-definitions/wasm-simd.dist.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Generated from: wasm-simd.yml
# Do not edit this file by hand. Edit the source file instead!

name: WebAssembly SIMD
description: 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.
spec: https://webassembly.github.io/spec/core/bikeshed/#vector-instructions
caniuse: wasm-simd
status:
baseline: low
baseline_low_date: 2023-03-27
support:
chrome: "91"
chrome_android: "91"
edge: "91"
firefox: "89"
firefox_android: "89"
safari: "16.4"
safari_ios: "16.4"
compat_features:
- webassembly.fixed-width-SIMD
6 changes: 6 additions & 0 deletions feature-group-definitions/wasm-simd.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: WebAssembly SIMD
description: 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.
spec: https://webassembly.github.io/spec/core/bikeshed/#vector-instructions
caniuse: wasm-simd
compat_features:
- webassembly.fixed-width-SIMD