Event Loop Rate Limit

Counts down from 1_000_000 as fast as possible, refreshing the screen at 10 FPS.

To run this example locally, run:

cargo run --package event_loop_rate_limit

For WASM:

wasm-pack build --target web --out-dir ../../doc/src/pkg examples/event_loop_rate_limit

Terminal: