
9/27/2023 · André Cruz, Celso Martinho
What this post added
Introduced WebGPU support to Cloudflare Workers, enabling high-performance graphics and general-purpose GPU compute tasks at the edge. This was achieved by integrating the Dawn library into the open-source workerd runtime, which translates WebGPU API calls to native platform graphics APIs (Vulkan, Metal, Direct3D 12). WebGPU is currently only available in Durable Objects to manage state and ensure consistent GPU access.