This example is running in WebGL2 and should work in most browsers. You can check the WebGPU examples here.
automatic_instancing.rs:
//! Shows that multiple instances of a cube are automatically instanced in one draw call
//! Try running this example in a graphics profiler and all the cubes should be only a single draw call.
use *;
/// set up a simple 3D scene