Event Loop
Counts down from 10, writing output to the console.
To run this example locally, run:
cargo run --package event_loop
For WASM:
wasm-pack build --target web --out-dir ../../doc/src/pkg examples/event_loop
Open the browser console to see the output of this application.