Automatic weekly build of dawn WebGPU implementation for 64-bit Windows.
Build produces single webgpu.dll
file that exports all public Dawn WebGPU C functions.
To use in your code - either load the webgpu.dll
file dynamically or link to it via webgpu.lib
import library.
Download binary build as zip archive from latest release page.
To build locally run build.cmd
batch file, make sure you have installed all necessary dependencies (see the beginning of file).