-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Test entry/incumbent globals for WebAssembly host functions. #24250
Conversation
Spec text to follow. |
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.
Excited to see more exhaustive tests for this madness :). I apologize if any of my review comments are off-base; it's hard to load this all into my head and I might be missing things.
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 for the review! Will address your other comments next week.
Note also https://bugs.chromium.org/p/chromium/issues/detail?id=1096558
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.
Great stuff; this all looks good (and appropriately analogous to the promise tests) to me.
Substantially based on #21206. Ref: WebAssembly/spec#1184.
Substantially based on #21206.
Ref: WebAssembly/spec#1184.