wgpu/cts_runner
renovate[bot] 836d3c22de
Update cts digest to 3ba0344 (#8562)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 09:27:28 -05:00
..

cts_runner

This crate contains infrastructure for running the WebGPU conformance tests on Deno's wgpu-based implementation of WebGPU.

Instructions for running the tests via the CTS xtask are in the top-level README. The file revision.txt specifies the version of the CTS that will be used by default.

cts_runner is somewhat misnamed at this point, in that it is useful for things other than just running the CTS:

  • The tests directory contains a few directed tests for Deno's bindings to wgpu.
  • Standalone JavaScript snippets that use WebGPU can be run with a command like: cargo run -p cts_runner -- test.js.