Skip to content

Commit

Permalink
Make sure the script is available before Wasm is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Aug 16, 2024
1 parent 0fe9b03 commit 7a207e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@
<meta content="no-cache, no-store, must-revalidate" http-equiv="cache-control">
<meta content="no-cache" http-equiv="pragma">

<script data-trunk type="module" src="script.mjs"></script>

<link data-trunk rel="copy-dir" href="hack-font" />
<link data-trunk rel="css" href="modern-normalize.css" />
<link data-trunk rel="css" href="hack-font.css" />
<link data-trunk rel="scss" href="style.scss" />
<link data-trunk rel="rust" />
<script data-trunk type="module" src="script.mjs"></script>
</head>
<body></body>
</html>

0 comments on commit 7a207e8

Please sign in to comment.