Vercel opened the source code of the vgpu library — a TypeScript tool for WebGPU that the company created to run shaders on vercel.com. The library allows importing.wgsl files as TypeScript modules.

According to the MarkTechPost synopsis, the same shader runs in the browser, in headless Node.js via Dawn, and in deterministic emulation for continuous integration. A fullscreen effect of 25 in compressed form is also claimed.

The practical meaning of the news is an attempt to unify development, execution, and verification of WebGPU code under a single approach. But the source is represented only by metadata and a synopsis, so the information is not independently verified.