trusktr
2020-02-28
There are new APIs, like WebGPU, but even though ES Modules already exist in all browsers, the vendors are still designing these APIs as augmentations of the global space.
Why not make them import
s instead?
For example,
import {gpu} from 'builtin:webgpu'
or similar.