Skip to content

Instantly share code, notes, and snippets.

@ivanceras
Created April 12, 2022 15:13
Show Gist options
  • Save ivanceras/a3c244ddeaffe9a0ba925b7c8d78858d to your computer and use it in GitHub Desktop.
Save ivanceras/a3c244ddeaffe9a0ba925b7c8d78858d to your computer and use it in GitHub Desktop.
wasm bindgen start
#[wasm_bindgen(start)]
pub fn start() {
Program::mount_to_body(App::new());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment