mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-07-30 19:41:56 +00:00
Fixup compiler warnings for Todo MVC example
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
// For more comments about what's going on here, check out the `hello_world`
|
||||
// example
|
||||
import('./pkg/todomvc')
|
||||
const rust = import('./pkg/todomvc');
|
||||
|
||||
rust
|
||||
.then(m => m.run())
|
||||
.catch(console.error);
|
||||
|
Reference in New Issue
Block a user