-
Notifications
You must be signed in to change notification settings - Fork 3
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
Platform integration work #9
Comments
I opened an issue for this on the Web IDL repo, whatwg/webidl#1310. I didn’t see this issue first, but it probably doesn’t hurt to track it there too. |
I opended an issue for |
Opened whatwg/webidl#1398 adding Float16Array to WebIDL. Edit: also w3c/webidl2.js#777 and web-platform-tests/wpt#45483. |
See whatwg/html#8708 (comment) for the latest on 2D canvas. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This needs integration with a couple of bits of the web platform:
Web IDL's ArrayBufferView, BufferRelatedType, etc need to be updated to list Float16Arraydone in Add Float16Array whatwg/webidl#1398As far as I am aware these are the only places which need updating currently (updating Web IDL will flow to a number of places, including WebGPU). WebNN and float-backed canvases are in progress features, and I've informed people working on both about Float16Array.
The text was updated successfully, but these errors were encountered: