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 WebIDL records #4030

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Add support for WebIDL records #4030

merged 1 commit into from
Jul 30, 2024

Conversation

daxpedda
Copy link
Collaborator

@daxpedda daxpedda commented Jul 30, 2024

This PR adds support for WebIDL records by exposing it as a js_sys::Object.

While I do think that its unfortunate that we don't make use of the types already extracted from the WebIDL, this is already the case for many other types, e.g. Promise, FrozenArray, returned unions.
So I think instead of holding this up any longer, we can save any further improvements for future breaking changes.

Fixes #3587.

@daxpedda daxpedda merged commit 12f560a into rustwasm:main Jul 30, 2024
25 checks passed
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.

Include Record Type
1 participant