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

Add support for setlike interfaces #3268

Merged
merged 2 commits into from
Jan 30, 2023
Merged

Add support for setlike interfaces #3268

merged 2 commits into from
Jan 30, 2023

Conversation

gents83
Copy link
Contributor

@gents83 gents83 commented Jan 29, 2023

Generate missing operations on setlike interfaces such as GPUSupportedFeatures

Fixes #3060

Taking as a reference maplike, except that it's not a map but just a set, we have an add() instead of set() and we do not have a get()

PS: It's my first request in wasm-bindgen so better to double-check it :)

Copy link
Collaborator

@Liamolucko Liamolucko left a comment

Choose a reason for hiding this comment

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

Thanks!

@Liamolucko Liamolucko merged commit 8fc0e2b into rustwasm:main Jan 30, 2023
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.

setlike implementation
2 participants