Skip to content

Commit

Permalink
deploy: change some stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lafrance committed Oct 28, 2023
1 parent 329225e commit 07a0b80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index-bcd392cfce3a56bb.js → index-f9ae886e138e1e6a.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ async function load(module, imports) {

async function init(input) {
if (typeof input === 'undefined') {
input = new URL('index-bcd392cfce3a56bb_bg.wasm', import.meta.url);
input = new URL('index-f9ae886e138e1e6a_bg.wasm', import.meta.url);
}
const imports = {};
imports.wbg = {};
Expand Down
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&amp;display=swap" rel="stylesheet">

<link rel="preload" href="/index-bcd392cfce3a56bb_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/index-bcd392cfce3a56bb.js"></head>
<link rel="preload" href="/index-f9ae886e138e1e6a_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/index-f9ae886e138e1e6a.js"></head>
<body>
<script type="module">import init from '/index-bcd392cfce3a56bb.js';init('/index-bcd392cfce3a56bb_bg.wasm');</script></body></html>
<script type="module">import init from '/index-f9ae886e138e1e6a.js';init('/index-f9ae886e138e1e6a_bg.wasm');</script></body></html>

0 comments on commit 07a0b80

Please sign in to comment.