Skip to content

Commit 9c75c69

Browse files
committed
Add wasm-branch-hinting
1 parent 729864e commit 9c75c69

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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: {}

0 commit comments

Comments
 (0)