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 [AllowResizable] to various WebGL APIs #3510

Open
kenrussell opened this issue Jan 9, 2023 · 0 comments
Open

Add [AllowResizable] to various WebGL APIs #3510

kenrussell opened this issue Jan 9, 2023 · 0 comments

Comments

@kenrussell
Copy link
Member

Several WebGL APIs including bufferData and texImage2D expose the [AllowShared] extended Web IDL attribute to maintain compatibility with WebAssembly applications. It now appears that the new [AllowResizable] extended attribute must be added to these entry points in order to support Wasm applications which enable resizable heaps. See https://bugs.webkit.org/show_bug.cgi?id=250307 for an example of a customer application which failed because of this omission.

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

No branches or pull requests

1 participant