You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change dictionary literals to either use single quotes (more consistent style) or no quotes. Need to check (a) whether Closure can understand these and avoid minifying them and (b) whether removing the quotes would improve Closure output code size. See WebGPU: support Premultiplied canvas output #22494 (comment)
Do something to reduce maintenance overhead of the various string<->int tables. (Dawn's fork does something about this, but it currently relies on Dawn's code generator.)
?
The text was updated successfully, but these errors were encountered:
Tracking issue.
let
/const
instead ofvar
? Need to write a code size test first to find out whether Closure Compiler handles these well. See Replace var with const/let in library_(html5_)webgpu.js #21488The text was updated successfully, but these errors were encountered: