summaryrefslogtreecommitdiff
path: root/2026/framing/dist/index.html
diff options
context:
space:
mode:
authorLLLL Colonq <llll@colonq>2026-07-04 16:42:06 -0400
committerLLLL Colonq <llll@colonq>2026-07-04 16:42:06 -0400
commit9f8c3904e77f3a6a8a341542665c1988c8582930 (patch)
tree40bca51fe15def620183d70d778d6b5f7223a478 /2026/framing/dist/index.html
parente37fd8545d0c3bdc50ecd595300271ded231dd4d (diff)
Remove men during gamesHEADmaster
Diffstat (limited to '2026/framing/dist/index.html')
-rw-r--r--2026/framing/dist/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/2026/framing/dist/index.html b/2026/framing/dist/index.html
index 91ba7d6..be343d4 100644
--- a/2026/framing/dist/index.html
+++ b/2026/framing/dist/index.html
@@ -6,8 +6,8 @@
<meta charset="UTF-8">
<script type="module">
-import init, * as bindings from '/framing/dist/game_lib-161bc7c290ad464f.js';
-const wasm = await init({ module_or_path: '/framing/dist/game_lib-161bc7c290ad464f_bg.wasm' });
+import init, * as bindings from '/framing/dist/game_lib-78ce3a29d0f5620b.js';
+const wasm = await init({ module_or_path: '/framing/dist/game_lib-78ce3a29d0f5620b_bg.wasm' });
window.wasmBindings = bindings;
@@ -23,7 +23,7 @@ dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<link rel="stylesheet" href="/framing/dist/index-1e3cd2ca0ba4d1ec.css" integrity="sha384-1q3UDTmLdOyf9/QxW+Imap//HWhTWNfvn7j2iwuUap3HSD6IOGG7pDS9VJMk7nKv"/>
<title>TODO TITLE</title>
- <link rel="modulepreload" href="/framing/dist/game_lib-161bc7c290ad464f.js" crossorigin="anonymous" integrity="sha384-j/ezI19C1/9urd+eyiEyjiBH7hD3nF6IlprOjtj9hqdoQYfnLImA5suIKmtTRKGs"><link rel="modulepreload" href="/framing/dist/snippets/teleia-727bf4351691f1c8/src/helpers.js" crossorigin="anonymous" integrity="sha384-HhtEY2WfGmhyPUSRWKZvqsRxYsdT/DLEdFUqWyDZt6G6lrNHmE1zMlw4BJ3RycRd"><link rel="preload" href="/framing/dist/game_lib-161bc7c290ad464f_bg.wasm" crossorigin="anonymous" integrity="sha384-YPT1CEtEYnmTM/T0npwaeRP9T5p0YnINag7bG9FwAJHC5yYIvo8zPtnn97HN1Kvl" as="fetch" type="application/wasm"></head>
+ <link rel="modulepreload" href="/framing/dist/game_lib-78ce3a29d0f5620b.js" crossorigin="anonymous" integrity="sha384-j/ezI19C1/9urd+eyiEyjiBH7hD3nF6IlprOjtj9hqdoQYfnLImA5suIKmtTRKGs"><link rel="modulepreload" href="/framing/dist/snippets/teleia-727bf4351691f1c8/src/helpers.js" crossorigin="anonymous" integrity="sha384-HhtEY2WfGmhyPUSRWKZvqsRxYsdT/DLEdFUqWyDZt6G6lrNHmE1zMlw4BJ3RycRd"><link rel="preload" href="/framing/dist/game_lib-78ce3a29d0f5620b_bg.wasm" crossorigin="anonymous" integrity="sha384-9BDBXfrtsdl5kNmiZ1gASQnzZQOtXW7orQlZxVAwJBW44JFXUdTUc0foCjLJ6fqs" as="fetch" type="application/wasm"></head>
<body>
<script type="module">
window.addEventListener("TrunkApplicationStarted", async (event) => {