1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-02 02:11:06 +00:00

4 lines
59 B
JavaScript
Raw Normal View History

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