Function init_console_panic_hook

Source
pub fn init_console_panic_hook()
Expand description

Initialize Rust panic handler in console mode.

This will output additional debug information during a panic to the console. This function should be called right after loading WASM libraries. @category General