Demo: https://gavi.github.io/webgpu/
WebGPU is a new way to access the GPU using javascript API. The most exciting thing is this will be accessible to everyone starting today (April 26th 2023) in the stable branch of Google Chrome 113 and Microsoft Edge 113.
The main way to access the compute and rendering capabilities of the GPU is via a shader language. WebGPU comes with a rust like shader language.
Read more at https://dev.to/gavi/webgpu-compute-16b2