Skip to content

Commit

Permalink
deploy: meta
Browse files Browse the repository at this point in the history
  • Loading branch information
a-lafrance committed Nov 4, 2023
1 parent 07a0b80 commit 6750d0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion index-f9ae886e138e1e6a.js → index-c4d3b3f65fd5c20f.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-f9ae886e138e1e6a_bg.wasm', import.meta.url);
input = new URL('index-c4d3b3f65fd5c20f_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-f9ae886e138e1e6a_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/index-f9ae886e138e1e6a.js"></head>
<link rel="preload" href="/index-c4d3b3f65fd5c20f_bg.wasm" as="fetch" type="application/wasm" crossorigin="">
<link rel="modulepreload" href="/index-c4d3b3f65fd5c20f.js"></head>
<body>
<script type="module">import init from '/index-f9ae886e138e1e6a.js';init('/index-f9ae886e138e1e6a_bg.wasm');</script></body></html>
<script type="module">import init from '/index-c4d3b3f65fd5c20f.js';init('/index-c4d3b3f65fd5c20f_bg.wasm');</script></body></html>

0 comments on commit 6750d0c

Please sign in to comment.