//!
//! Handling of WASM panic hook that allows activation of console-based panic hook
//! as well as a browser-based panic hook. (the browser-based panic hook activates a full-screen debug
//! information output in case of a panic - useful on mobile devices or where
//! the user otherwise has no access to console/developer tools)
//!
use *;
use ;
/// Initialize panic hook in console mode
/// Initialize panic hook in browser mode
/// Present panic logs to the user