Skip to content

Commit

Permalink
deploy: 424463a
Browse files Browse the repository at this point in the history
  • Loading branch information
randallard committed Dec 6, 2024
1 parent a02c348 commit 016d9d9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<base href="/spaces-game/">
<title>Spaces Game</title>
<link rel="stylesheet" href="/spaces-game/tailwind-53c923d99602cf26.css" integrity="sha384&#x2D;P&#x2B;UZkJbtoChONCGWw3IAaIrY&#x2F;x06lHNuvoVo9OILmlgW6L16GfMMgQiipVaVs0Oy"/>
<link rel="modulepreload" href="/spaces-game/spaces-game-c4b66ef8b6e64216.js" crossorigin=anonymous integrity="sha384-8DRLOeOnVm1OU/4gIK/Kk5N4OPgFZ03XXn4SjG19iGC8Lkn3ogb3vPpaC1uVBljZ"><link rel="preload" href="/spaces-game/spaces-game-c4b66ef8b6e64216_bg.wasm" crossorigin=anonymous integrity="sha384-/qW4KOoVXyZNq7n0iuxBIZJieflNRjRrXnqkc9S0rRsdCd5fHx1vdGZhAQ9t+EzV" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/spaces-game/spaces-game-918abbb21f260f27.js" crossorigin=anonymous integrity="sha384-a8CElV7buDN78nnpkXM6L8Nu2sqiRwAzjSimB4LPmTkbJF8yAllefKfYarLq51b5"><link rel="preload" href="/spaces-game/spaces-game-918abbb21f260f27_bg.wasm" crossorigin=anonymous integrity="sha384-eySSzYUytHMCl/k9hPperlSgRaL0yKNqFqEjqV7wv1Q8ZixEWf01cMWOmd6VnmuA" as="fetch" type="application/wasm"></head>
<body>

<script type="module" nonce="8Apq9mgm+IddCI5o9DaeaA==">
import init, * as bindings from '/spaces-game/spaces-game-c4b66ef8b6e64216.js';
const wasm = await init({ module_or_path: '/spaces-game/spaces-game-c4b66ef8b6e64216_bg.wasm' });
<script type="module" nonce="2vGqPHxXyRkbtZ5KCjRG2g==">
import init, * as bindings from '/spaces-game/spaces-game-918abbb21f260f27.js';
const wasm = await init({ module_or_path: '/spaces-game/spaces-game-918abbb21f260f27_bg.wasm' });


window.wasmBindings = bindings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -817,23 +817,23 @@ function __wbg_get_imports() {
const ret = wasm.memory;
return ret;
};
imports.wbg.__wbindgen_closure_wrapper1110 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 482, __wbg_adapter_30);
imports.wbg.__wbindgen_closure_wrapper572 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 251, __wbg_adapter_30);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper1342 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1341 = function(arg0, arg1, arg2) {
const ret = makeClosure(arg0, arg1, 616, __wbg_adapter_33);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper1365 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1364 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 625, __wbg_adapter_36);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper1367 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper1366 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 625, __wbg_adapter_36);
return ret;
};
imports.wbg.__wbindgen_closure_wrapper2833 = function(arg0, arg1, arg2) {
imports.wbg.__wbindgen_closure_wrapper2832 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 677, __wbg_adapter_41);
return ret;
};
Expand Down
Binary file added spaces-game-918abbb21f260f27_bg.wasm
Binary file not shown.
Binary file removed spaces-game-c4b66ef8b6e64216_bg.wasm
Binary file not shown.

0 comments on commit 016d9d9

Please sign in to comment.