Edge Computing with Cloudflare Workers
You can now use WebGPU in Cloudflare Workers

You can now use WebGPU in Cloudflare Workers

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.

Read the original post ↗