-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wasm-string-builtins
: add keys tagged in BCD
#2549
wasm-string-builtins
: add keys tagged in BCD
#2549
Conversation
These keys are tagged as part of the feature in BCD, but not here.
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
|
||
# baseline: false | ||
# support: | ||
# chrome: "130" | ||
# chrome_android: "130" | ||
# edge: "130" | ||
- webassembly.api.Module.Module.compile_options | ||
- webassembly.api.compileStreaming_static.compile_options | ||
- webassembly.api.compile_static.compile_options | ||
- webassembly.api.instantiateStreaming_static.compile_options | ||
- webassembly.api.instantiate_static.compile_options | ||
- webassembly.api.validate_static.compile_options |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the Firefox data for these key are wrong. See mdn/browser-compat-data#25706. This is pre-Baseline, so we probably don't need to block on that.
…5706) Show Firefox support across all of wasm JS string built-ins 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 - #25230 - #25391 Discovered in the course of web-platform-dx/web-features#2549
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! 👍
These keys are tagged as part of the feature in BCD, but not here.