Skip to content

Commit

Permalink
Deploying to gh-pages from @ d4c0062 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
jetli committed Dec 3, 2024
1 parent 2c78607 commit 2cedbf0
Show file tree
Hide file tree
Showing 5 changed files with 1,797 additions and 1,805 deletions.
10 changes: 4 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

<link rel="shortcut icon" href="favicon.ico" />

<script type="module">
import init, * as bindings from '/yew-hooks/yew-app-4c9162dfd3197bb8.js';
const wasm = await init('/yew-hooks/yew-app-4c9162dfd3197bb8_bg.wasm');
<script type="module" nonce="EyvYlMSR30rlLSHhjKcYRg==">
import init, * as bindings from '/yew-hooks/yew-app-ab5afec1086e609c.js';
const wasm = await init({ module_or_path: '/yew-hooks/yew-app-ab5afec1086e609c_bg.wasm' });


window.wasmBindings = bindings;
Expand All @@ -22,8 +22,6 @@

<link rel="stylesheet" href="/yew-hooks/tailwind-e2b62329fa2d0e84.css" integrity="sha384&#x2D;19Pwbm5Zel6d28NdwNy5Ti12tq3SLKxWim9ODwM0iRnfuue1Nev10oiY&#x2B;2M9&#x2B;OTq"/>
<base href="/yew-hooks/" />

<link rel="modulepreload" href="/yew-hooks/yew-app-4c9162dfd3197bb8.js" crossorigin=anonymous integrity="sha384-QzosphZ2rFHMtp/xhszGmYGBPQW6yHE1KqQvrLprYl37tpfsjWr59kIT1/FAlSnN">
<link rel="preload" href="/yew-hooks/yew-app-4c9162dfd3197bb8_bg.wasm" crossorigin=anonymous integrity="sha384-He2TlIWmXGCwGe37sHDjN37NIN1vXNMG7wGAZclj/UH9h3ajx0QrEdJustPnlojv" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/yew-hooks/yew-app-ab5afec1086e609c.js" crossorigin=anonymous integrity="sha384-o5NxWLtCwomZytZtMwiClbauSDinHsdjKkf0e70lPjTvf86UvDCpzJL4WdvCHbAn"><link rel="preload" href="/yew-hooks/yew-app-ab5afec1086e609c_bg.wasm" crossorigin=anonymous integrity="sha384-cZ3papsY8Izx/fhEPLZYcoK8fZs29ETfLmt7VUpwMafi2a+iKdwOnkShi8gcawE/" as="fetch" type="application/wasm"></head>
<body class="min-h-screen"></body>
</html>
Loading

0 comments on commit 2cedbf0

Please sign in to comment.