-
Notifications
You must be signed in to change notification settings - Fork 439
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
Improve WebAssembly import/export types #755
Conversation
Sets more specific types to allowed imports/exports for WebAssembly.
@saschanaz Ping, can you please take a look? Among improvements, this fixes a small bug I introduced in #752. |
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.
LGTM with a nit.
@saschanaz Can this be merged then? |
I unfortunately don't have a write access. Pinging @orta |
Cool, the output looks 👍 to me. Thanks @RReverser - @saschanaz ping me anytime you want |
@orta Thanks! Do you know if I need to do anything further to get definitions updated on the TypeScript side or are they pulled from here automatically on new release? |
Argh, I just noticed that I missed |
Follow-up to microsoft#755.
Sent a follow-up PR. |
Based on microsoft#755 and microsoft#766, improves imports param in constructor instead.
This bumps generated bindings to include microsoft/TypeScript-DOM-lib-generator#767. Note that other related APIs were already updated in microsoft/TypeScript-DOM-lib-generator#755 and microsoft/TypeScript-DOM-lib-generator#756 and included in current TypeScript beta. Unfortunately, this one slipped under the radar, but it would be really great to include these changes in beta too for consistency between different WebAssembly methods.
Sets more specific types to allowed imports/exports for WebAssembly.