Last active
March 28, 2020 17:11
-
-
Save snluu/c00b084accfa2667d335d4b72ee23061 to your computer and use it in GitHub Desktop.
Main lenote JavaScript file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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