Skip to content

Commit

Permalink
chore: update tetanes-web
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 14, 2024
1 parent 8df89bf commit 9bf2fdf
Show file tree
Hide file tree
Showing 3 changed files with 592 additions and 74 deletions.
13 changes: 6 additions & 7 deletions web/public/tetanes-web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
/>

<base href="./" />
<style nonce="D9WosqSr2VvvndNB6EV3Gg==">@font-face {
<style nonce="gOx6d/JwPDJYKhVhXM4a7w==">@font-face {
font-family: "Pixeloid Sans";
src:
local("Pixeloid Sans"),
Expand Down Expand Up @@ -103,7 +103,6 @@
}

canvas {
margin: 0 40px;
width: fit-content;
height: fit-content;
outline: none;
Expand Down Expand Up @@ -187,7 +186,7 @@



<script type="module" nonce="IBfvCmagD0r73DppqLm0Ug==">
<script type="module" nonce="O2R04/5RhAVfIXuDYT0jpw==">
async function __trunkInitializer(init, source, sourceSize, initializer) {
if (initializer === undefined) {
return await init(source);
Expand Down Expand Up @@ -258,10 +257,10 @@
}


import init, * as bindings from './tetanes-8c1626a2fc12c412.js';
import init, * as bindings from './tetanes-4b562d32961c37db.js';
import initializer from './804ea45b79221f1b-initializer.js';

const wasm = await __trunkInitializer(init, './tetanes-8c1626a2fc12c412_bg.wasm', 10705450, initializer());
const wasm = await __trunkInitializer(init, './tetanes-4b562d32961c37db_bg.wasm', 10917831, initializer());


window.wasmBindings = bindings;
Expand All @@ -271,9 +270,9 @@

</script>

<link rel="modulepreload" href="./tetanes-8c1626a2fc12c412.js" crossorigin=anonymous integrity="sha384-B0TKIVl6qi3BTeBxkvAlDWBgE+qRR9aFXPAlXt2ChWgxPfMyFW3yfVYo15JrXpKH">
<link rel="modulepreload" href="./tetanes-4b562d32961c37db.js" crossorigin=anonymous integrity="sha384-ALE+usP60oaqU4rqVw8GU7BZgHcJ9RX5wY1FTvuFxqwuZ1ien7ryx9ou6qdbhq7s">
<link rel="modulepreload" href="./804ea45b79221f1b-initializer.js" crossorigin=anonymous integrity="sha384-TuyQGUQmZhgL5sM46eLG3xUJDF87F+xb9Jib6UmahoLNebXfhdZ+fEOAsJVGi64v">
<link rel="preload" href="./tetanes-8c1626a2fc12c412_bg.wasm" crossorigin=anonymous integrity="sha384-slyb3Yqxvn6VOWea4T7c4JPP0FmK6huyDgfz+/CE8Go4eoXbD28op4Yjhrq0dgia" as="fetch" type="application/wasm"></head>
<link rel="preload" href="./tetanes-4b562d32961c37db_bg.wasm" crossorigin=anonymous integrity="sha384-TM5gUzpFT8/e3vIkwzKAjETeVBw/flbb/6oes0KAIGJOWEoAsrif+XTmvZbCOynk" as="fetch" type="application/wasm"></head>
<body>
<noscript>
This page contains WebAssembly and Javascript content, please enable
Expand Down
Loading

0 comments on commit 9bf2fdf

Please sign in to comment.