Skip to content
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

Tracking WebAssembly features #5796

Closed
petamoriken opened this issue Mar 8, 2020 · 5 comments · Fixed by openwebdocs/mdn-bcd-collector#452
Closed

Tracking WebAssembly features #5796

petamoriken opened this issue Mar 8, 2020 · 5 comments · Fixed by openwebdocs/mdn-bcd-collector#452
Labels
enhancement Nice to have features.

Comments

@petamoriken
Copy link

WebAssembly features implemented in browsers is unknown. Fortunately, the WebAssembly feature detection library is available and it can be tracked.

FYI: WebAssembly/proposals#21

@queengooborg queengooborg added the enhancement Nice to have features. label Mar 8, 2020
@gsnedders
Copy link
Contributor

The biggest part of this is we need to decide how to model many of these extensions (i.e., what granularity we want… do we want to have a compat entry for each instruction? or do we want to group these by high-level extensions like "threads"?).

@MendyBerger
Copy link
Contributor

MendyBerger commented May 18, 2022

@gsnedders think tracking high level extensions makes the most sense, browsers have for the most part been adding whole new extensions at once, not instruction by instruction.
In the case where a browser does add only parts of an extension it can be marked with partial_implementation.

Thoughts?

@MendyBerger
Copy link
Contributor

@queengooborg what do you think? (I was told that you're the one that can make a decision here)

Feel free to assign to me if you agree with my previous comment.

@queengooborg
Copy link
Contributor

queengooborg commented Jun 13, 2022

This sounds great and would certainly be a big help in keeping BCD auto-maintained! Perhaps this is something we can integrate into the collector project? https://github.com/GooborgStudios/mdn-bcd-collector

@MendyBerger
Copy link
Contributor

MendyBerger commented Jun 14, 2022

@queengooborg I'd be happy to look into that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Nice to have features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants