-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 bindings for WebAssembly.Tag and WebAssembly.Exception #3484
Conversation
I am a little bit confused about why the "CI / Run UI compile-fail tests" are failing. It seems to me that this is unrelated to this PR. |
The CI failure is because you introduces new |
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.
WebAssembly.Tag
only exists in the editors draft and isn't in the working draft yet. But it is implemented on all browsers, so I think it's fine to add this.
Could you add a changelog entry as well?
Co-authored-by: daxpedda <daxpedda@gmail.com>
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.
Thanks!
Thanks for the fast review & merge @daxpedda! |
Add bindings for WebAssembly.Tag and WebAssembly.Exception. These new objects are documented on MDN and are available in both Firefox and Chrome.