Expand description
Web/wasm runner glue for Fret.
On wasm32, this crate re-exports fret-platform-web services used by fret-runtime::Effects
and provides DOM-adjacent adapters (cursor, input event mapping, RAF/timers). It intentionally
keeps non-wasm builds explicit via a stub module.
For module ownership and “where should this go?” guidance, see crates/fret-runner-web/README.md.
Long-term direction: a dedicated DOM adapter for IME/keyboard fidelity (see ADR 0089/0092).