@compute.toys is an experimental editor for WebGPU compute shaders. At this time, only Chrome (v113+) is supported, as WebGPU is not yet fully supported by other browsers.
> I've been playing with WebGPU native with both Dawn and WGPU and they both seem to work fine outside of the browser
1. WGPU only has an API inspired by WebGPU, it is not WebGPU itself.
2. WebGPU is an API, not a library. Just because you've been using libraries that implement WebGPU outside of the browser doesn't mean the browser can just link to WebGPU.
>For information on how to set up your browser to run WebGPU code, please see the instructions linked on the @compute.toys homepage.
Uh, where would those instructions be? A link in this popup itself would be easier.