1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-07-06 08:01:32 +00:00
Files
wasm-bindgen/examples/todomvc/index.js

4 lines
59 B
JavaScript
Raw Normal View History

import('./todomvc').then(todomvc => {
todomvc.run();
});