Skip to main content

Crate fret_platform_web

Crate fret_platform_web 

Source
Expand description

Web/wasm32 platform services.

This crate provides browser API integrations used by fret-runtime::Effects (timers, file inputs, IME bridge, etc.). It intentionally does not implement input/event mapping; use a runner crate (e.g. fret-runner-web) for the winit/web event layer.

For module ownership and “where should this go?” guidance, see crates/fret-platform-web/README.md.

Structs§

PlatformError