Module eframe::web

source ·
Expand description

egui bindings for web apps (compiling to WASM).

Modules§

Structs§

  • Detects panics, logs them using console.error, and stores the panics message and callstack.
  • Contains a summary about a panics.
  • Implements log::Log to log messages to console.log, console.warn, etc.
  • This is how eframe runs your wepp application

Functions§