This example is running in WebGL2 and should work in most browsers. You can check the WebGPU examples here.
//! Hot reloading allows you to modify assets files to be immediately reloaded while your game is
//! running. This lets you immediately see the results of your changes without restarting the game.
//! This example illustrates hot reloading mesh changes.
use ;