Skip to content

Instantly share code, notes, and snippets.

View sabine's full-sized avatar

sabine sabine

View GitHub Profile
//
// ...
// Regular Seed app/init/model/msg stuff here..
// ...
//
#[wasm_bindgen(start)]
pub fn start() {
let app = App::start("app", init, update, view);