Skip to content

Commit

Permalink
deploy: 17bbe9d
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 16, 2024
1 parent bb049b9 commit 64be995
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 122 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="kERjgE9zuGjJF6IcOsduMg==">
<script type="module" nonce="MsmRTtItoGclINlaynWLoQ==">
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-Liax3+zMgj+eG9HcozAqIUyUHdWSx9wCwH64b/MLm0fb4/7NDwvSl+CoKhqiBM+5">
<link rel="preload" href="/rust_serialization_benchmark/pages_bg.wasm" crossorigin=anonymous integrity="sha384-S0qL+53Brj5/olIK/HCxEb3IvqLcllYmPG84zOMdoPXZZU9tUomlF/HTDXPhdJPD" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="/rust_serialization_benchmark/pages.js" crossorigin=anonymous integrity="sha384-awMxkTkryavq2L2Kw9q8izBcb8FH09HpUO2wE2Q8Xn2YDKz978/vvpiSciVeJ3NH">
<link rel="preload" href="/rust_serialization_benchmark/pages_bg.wasm" crossorigin=anonymous integrity="sha384-vCMwmUuin0jR8inkgvjVZs3Q8Aj7D8bzgraQuHVN9d9uS+MHp2tow1ApjQ7ge3mu" as="fetch" type="application/wasm"></head>
<body style="background-color: #2c3e50;">

</body>
Expand Down
Loading

0 comments on commit 64be995

Please sign in to comment.