Event Loop Console

Counts down from 100, writing to the console on the same line.

To run this example locally, run:

cargo run --package event_loop_console

For WASM:

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

Terminal: