<https://gfx-rs.github.io/2020/04/21/wgpu-web.html...
# of-graphics
s
d
Here's a more general introduction to WebGPU. It mentions a date: end of 2020. https://hacks.mozilla.org/2020/04/experimental-webgpu-in-firefox/
The other native implementation of WebGPU is Google Dawn, which has C and C++ interfaces: https://dawn.googlesource.com/dawn Mozilla's wgpu and Dawn have compatible C APIs. They both use the same shared webgpu.h header file: https://github.com/webgpu-native/webgpu-headers/blob/master/webgpu.h
WebGPU is the replacement for OpenGL and Vulkan as a fully cross platform, portable GPU interface. Vulkan will always be more capable, but WebGPU will always run on more platforms, including web browsers and native web assembly (WebGPU will be part of WASI).