Skip to content

Commit 5769f29

Browse files
ddbeckfoolip
andauthored
Add wasm-simd WebAssembly feature (#931)
Co-authored-by: Philip Jägenstedt <[email protected]>
1 parent 5e2945b commit 5769f29

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Generated from: wasm-simd.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
name: WebAssembly SIMD
5+
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.
6+
spec: https://webassembly.github.io/spec/core/bikeshed/#vector-instructions
7+
caniuse: wasm-simd
8+
status:
9+
baseline: low
10+
baseline_low_date: 2023-03-27
11+
support:
12+
chrome: "91"
13+
chrome_android: "91"
14+
edge: "91"
15+
firefox: "89"
16+
firefox_android: "89"
17+
safari: "16.4"
18+
safari_ios: "16.4"
19+
compat_features:
20+
- webassembly.fixed-width-SIMD
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: WebAssembly SIMD
2+
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.
3+
spec: https://webassembly.github.io/spec/core/bikeshed/#vector-instructions
4+
caniuse: wasm-simd
5+
compat_features:
6+
- webassembly.fixed-width-SIMD

0 commit comments

Comments
 (0)