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

Detect new wasm features #895

Merged
merged 1 commit into from
Nov 28, 2023
Merged

Detect new wasm features #895

merged 1 commit into from
Nov 28, 2023

Conversation

Elchi3
Copy link
Member

@Elchi3 Elchi3 commented Nov 28, 2023

The way the wasm collection is currently set up will not detect new wasm features. This PR gets the list of wasm features from the wasm-feature-detect package so the collector can find new wasm features from there.

Not sure why it was decided to not use the same keys from the wasm-feature-detect package in BCD. That would have been cleaner... I'm mapping the existing ones now.

Copy link
Member

@queengooborg queengooborg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name mapping was a decision made in #452, and since the author's an expert when it comes to WebAssembly, I figured there was a good reason to do so -- perhaps it was to synchronize with MDN page structure. I also believe that the new names are more self-explanatory.

This is LGTM though!

@queengooborg queengooborg merged commit ac604f0 into main Nov 28, 2023
5 checks passed
@queengooborg queengooborg deleted the wasm-detect-new branch November 28, 2023 17:27
@Elchi3
Copy link
Member Author

Elchi3 commented Nov 28, 2023

Ah, thanks for the context! I don't see mdn_urls for these features. Anyway, I don't think we have to change this. The mapping works. The important part was to get to know about entirely new wasm features.

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

Successfully merging this pull request may close these issues.

2 participants