This example is running in WebGL2 and should work in most browsers. You can check the WebGPU examples here.
//! Demonstrates the creation and registration of a custom plugin.
//!
//! Plugins are the foundation of Bevy. They are scoped sets of components, resources, and systems
//! that provide a specific piece of functionality (generally the smaller the scope, the better).
//! This example illustrates how to create a simple plugin that prints out a message.
use ;
// This "print message plugin" prints a `message` every `wait_duration`