// Forbid warnings in release builds
pub use TemplateApp;
// ----------------------------------------------------------------------------
// When compiling for web:
use ;
/// This is the entry-point for all the web-assembly.
/// This is called once from the HTML.
/// It loads the app, installs some callbacks, then returns.
/// You can add more callbacks like this if you want to call in to your code.