Skip to content

Commit

Permalink
Wasm: fix todo example
Browse files Browse the repository at this point in the history
Same fix as last commit to the printerdemo
  • Loading branch information
ogoffart committed Apr 2, 2024
1 parent 02415a4 commit 3fb6bd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/todo/rust/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</a>
</p>
<script type="module">
import init from './pkg/todo.js';
import init from './pkg/todo_lib.js';
init().finally(() => {
document.getElementById("spinner").remove();
});
Expand Down

0 comments on commit 3fb6bd7

Please sign in to comment.