wasm-bindgen/examples/todomvc/index.js

4 lines
59 B
JavaScript
Raw Normal View History

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