mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-31 03:51:56 +00:00
Change module import
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import('./todomvc').then(todomvc => {
|
||||
todomvc.run();
|
||||
});
|
||||
// For more comments about what's going on here, check out the `hello_world`
|
||||
// example
|
||||
import('./todomvc')
|
||||
.catch(console.error);
|
||||
|
Reference in New Issue
Block a user