Skip to content

Commit 5f1710d

Browse files
committed
Add wasm-branch-hinting
1 parent 6c6d622 commit 5f1710d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

features/wasm-branch-hinting.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
name: Branch hinting (WebAssembly)
2+
description: Branch hints in WebAssembly allows a browser to optimize performance when a branch is a likely to take a specific path.
3+
spec: https://github.com/WebAssembly/branch-hinting/blob/main/proposals/branch-hinting/Overview.md
4+
group: webassembly
5+
compat_features:
6+
- webassembly.branch-hinting
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Generated from: wasm-branch-hinting.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "137"
8+
chrome_android: "137"
9+
edge: "137"
10+
safari: "16"
11+
safari_ios: "16"
12+
compat_features:
13+
- webassembly.branch-hinting

0 commit comments

Comments
 (0)