Skip to content

Instantly share code, notes, and snippets.

@snluu
Last active March 28, 2020 17:11
Show Gist options
  • Save snluu/c00b084accfa2667d335d4b72ee23061 to your computer and use it in GitHub Desktop.
Save snluu/c00b084accfa2667d335d4b72ee23061 to your computer and use it in GitHub Desktop.
Main lenote JavaScript file
import init, { run_app } from '/ui/lenote_ui.js';
async function main() {
await init('/ui/lenote_ui_bg.wasm');
run_app();
}
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment