File tree Expand file tree Collapse file tree 2 files changed +37
-0
lines changed
Expand file tree Collapse file tree 2 files changed +37
-0
lines changed Original file line number Diff line number Diff 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
5253const allowedSpecURLs = [
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments