Skip to content

Commit

Permalink
web: fix wasm js include
Browse files Browse the repository at this point in the history
crate name change also changed the name of the packed js wrapper.
  • Loading branch information
anisse committed Jul 14, 2024
1 parent 10f313f commit c46a632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/web/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</head>
<body>
<script type="module">
import init from "./gears_ui.js";
import init from "./gears_web.js";
window.addEventListener("load", () => {
init();
});
Expand Down

0 comments on commit c46a632

Please sign in to comment.