We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wasm-branch-hinting
1 parent 6c6d622 commit 5f1710dCopy full SHA for 5f1710d
features/wasm-branch-hinting.yml
@@ -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
features/wasm-branch-hinting.yml.dist
@@ -0,0 +1,13 @@
+# Generated from: wasm-branch-hinting.yml
+# Do not edit this file by hand. Edit the source file instead!
+
+status:
+ baseline: false
+ support:
7
+ chrome: "137"
8
+ chrome_android: "137"
9
+ edge: "137"
10
+ safari: "16"
11
+ safari_ios: "16"
12
13
+ - webassembly.branch-hinting
0 commit comments