Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackPhlox committed Nov 16, 2023
1 parent a8fdd7d commit 0eaa467
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!--<link data-trunk rel="icon" href="favicon.ico" />-->


<link rel="preload" href="/./oxiders-website-6ee51901b4702cc_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/./oxiders-website-6ee51901b4702cc.js"></head>
<link rel="preload" href="/./oxiders-website-d491aa03e31e48eb_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/./oxiders-website-d491aa03e31e48eb.js"></head>
<body>
<script type="module">import init from '/./oxiders-website-6ee51901b4702cc.js';init('/./oxiders-website-6ee51901b4702cc_bg.wasm');</script></body></html>
<script type="module">import init from '/./oxiders-website-d491aa03e31e48eb.js';init('/./oxiders-website-d491aa03e31e48eb_bg.wasm');</script></body></html>
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ async function __wbg_init(input) {
if (wasm !== undefined) return wasm;

if (typeof input === 'undefined') {
input = new URL('oxiders-website-6ee51901b4702cc_bg.wasm', import.meta.url);
input = new URL('oxiders-website-d491aa03e31e48eb_bg.wasm', import.meta.url);
}
const imports = __wbg_get_imports();

Expand Down
Binary file not shown.

0 comments on commit 0eaa467

Please sign in to comment.