Skip to content

Commit

Permalink
deploy: 673366a
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Nov 4, 2024
1 parent 90c8c66 commit 4960bcf
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 75 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Rust Serialization Benchmark</title>
<meta property="og:type" content="website"/>

<script type="module" nonce="vOp9Gk7ZFlOubpc3tXQ3Wg==">
<script type="module" nonce="ggOOVVeFvZOGYQQGe+0Lvg==">
import init, * as bindings from '/rust_serialization_benchmark/pages.js';
const wasm = await init('/rust_serialization_benchmark/pages_bg.wasm');

Expand All @@ -17,8 +17,8 @@

</script>

<link rel="modulepreload" href="/rust_serialization_benchmark/pages.js" crossorigin=anonymous integrity="sha384-CGUoGa8MgVvWUCSju93W01ReticWy1irkMt2Zaj4rY8aLujT97BAoqouVfI8N/ZA">
<link rel="preload" href="/rust_serialization_benchmark/pages_bg.wasm" crossorigin=anonymous integrity="sha384-0KuUQOGqh1qP5I4LGKwpcQkrusDjqtmpOJ+iVkzzyjvU958lfx7O+SYuVsaEjWbe" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/rust_serialization_benchmark/pages.js" crossorigin=anonymous integrity="sha384-rhXu1AGBoC72XHMRPZw/VdlzTX88i0BzvemrnA0gcURan/7WZOmKU8fw122EMAr7">
<link rel="preload" href="/rust_serialization_benchmark/pages_bg.wasm" crossorigin=anonymous integrity="sha384-my53QaPmMw2Vxd85cDSWCBWBxcmoIbQeKGpSGeIcvfhrlLl8Ys3VVhTwDyOrRa8Z" as="fetch" type="application/wasm"></head>
<body style="background-color: #2c3e50;">

</body>
Expand Down
Loading

0 comments on commit 4960bcf

Please sign in to comment.