summaryrefslogtreecommitdiffstats
path: root/examples/wgpu-html5
Commit message (Collapse)AuthorAge
* Add a basic WebGPU example (#5923)Anders Leino2024-12-30
* Add a basic WebGPU example This helps to address #5656. * Use serial await rather than Promise.all