Skip to content

Commit dd1becf

Browse files
ddbeckcaugner
andauthored
Add wasm branch hinting (#28566)
* Add wasm branch hinting * Mark Firefox as Nightly-only Co-authored-by: Claas Augner <[email protected]> --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 9f645b3 commit dd1becf

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

lint/linter/test-spec-urls.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ const specsExceptions = [
4747
'https://github.com/WebAssembly/js-string-builtins/blob/main/proposals/js-string-builtins/Overview.md',
4848
'https://github.com/WebAssembly/function-references/blob/main/proposals/function-references/Overview.md',
4949
'https://github.com/WebAssembly/js-promise-integration',
50+
'https://github.com/WebAssembly/branch-hinting/blob/main/proposals/branch-hinting/Overview.md',
5051
];
5152

5253
const allowedSpecURLs = [

webassembly/branch-hinting.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"webassembly": {
3+
"branch-hinting": {
4+
"__compat": {
5+
"spec_url": "https://github.com/WebAssembly/branch-hinting/blob/main/proposals/branch-hinting/Overview.md",
6+
"support": {
7+
"chrome": {
8+
"version_added": "137"
9+
},
10+
"chrome_android": "mirror",
11+
"edge": "mirror",
12+
"firefox": {
13+
"version_added": "preview",
14+
"impl_url": "https://bugzil.la/1950729"
15+
},
16+
"firefox_android": "mirror",
17+
"oculus": "mirror",
18+
"opera": "mirror",
19+
"opera_android": "mirror",
20+
"safari": {
21+
"version_added": "16"
22+
},
23+
"safari_ios": "mirror",
24+
"samsunginternet_android": "mirror",
25+
"webview_android": "mirror",
26+
"webview_ios": "mirror"
27+
},
28+
"status": {
29+
"experimental": false,
30+
"standard_track": true,
31+
"deprecated": false
32+
}
33+
}
34+
}
35+
}
36+
}

0 commit comments

Comments
 (0)