Update index.html

This commit is contained in:
Guilherme Werner
2024-02-17 07:54:01 -03:00
parent 6c81312c06
commit 1548115242

View File

@ -21,10 +21,7 @@
<body id="wasm-surface">
<script type="module">
import init from "../package/renderer.js";
init().then(() => {
console.log("WASM Loaded");
});
init().then(() => { });
</script>
</body>