Skip to content

Commit

Permalink
Load Wasm mnist.js before main index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
georgestagg committed Mar 5, 2024
1 parent e63e0c2 commit cfe708f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
</div>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<script src="https://cdn.jsdelivr.net/npm/@observablehq/[email protected]"></script>
<script src="index.js"></script>
<script src="mnist.js"></script>
<script src="index.js"></script>
</body>

</html>

0 comments on commit cfe708f

Please sign in to comment.