Skip to content

Commit

Permalink
Show Firefox support across all of wasm JS string built-ins
Browse files Browse the repository at this point in the history
Reading across the following links, it appears that Firefox implemented the same thing as Chrome, but when Chris added the `compile_options` keys they weren't reconciled with the existing Firefox data.

- https://bugzilla.mozilla.org/show_bug.cgi?id=1863794
- mdn#25230
- mdn#25391

Discovered in the course of web-platform-dx/web-features#2549
  • Loading branch information
ddbeck committed Jan 18, 2025
1 parent 529d4cf commit ff9d0eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions webassembly/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -129,7 +129,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down Expand Up @@ -201,7 +201,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -222,7 +222,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down Expand Up @@ -292,7 +292,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -313,7 +313,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down Expand Up @@ -385,7 +385,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -406,7 +406,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down Expand Up @@ -476,7 +476,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -497,7 +497,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down
4 changes: 2 additions & 2 deletions webassembly/api/Module.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
},
"edge": "mirror",
"firefox": {
"version_added": false
"version_added": "134"
},
"firefox_android": "mirror",
"ie": {
Expand All @@ -130,7 +130,7 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"experimental": false,
"standard_track": true,
"deprecated": false
}
Expand Down

0 comments on commit ff9d0eb

Please sign in to comment.