[−][src]Macro moxie_dom::app_boot
Produce an interactive entrypoint for the specified app type. Creates a
#[wasm_bindgen]
export with the name of the app type prefixed with boot
.
For example, app_boot!(Example)
would export a JavaScript function named
bootExample
.