Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DrW3RK committed Nov 2, 2024
1 parent 04d96ea commit ee284ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,11 @@
}
</script>
<title>Polkadot Utils</title>
<link rel="modulepreload" href="/polkadot_utils-193c70458906daed.js" crossorigin=anonymous integrity="sha384-aN2ZKb2WgZwdxjpqNNVQeAB/ogBP5pOMVkaFdR2l0ej10zAQuQjqVJ00+LmYJRLF"><link rel="preload" href="/polkadot_utils-193c70458906daed_bg.wasm" crossorigin=anonymous integrity="sha384-QPd29gRB3dzVQkO6V3dTFLLGMsGS56EG5JGI2BIEEvpQtQzqu+jMrNNWTh9E2p4i" as="fetch" type="application/wasm"></head>
<link rel="modulepreload" href="polkadot_utils-193c70458906daed.js" crossorigin=anonymous integrity="sha384-aN2ZKb2WgZwdxjpqNNVQeAB/ogBP5pOMVkaFdR2l0ej10zAQuQjqVJ00+LmYJRLF"><link rel="preload" href="/polkadot_utils-193c70458906daed_bg.wasm" crossorigin=anonymous integrity="sha384-QPd29gRB3dzVQkO6V3dTFLLGMsGS56EG5JGI2BIEEvpQtQzqu+jMrNNWTh9E2p4i" as="fetch" type="application/wasm"></head>
<body>
<script type="module" nonce="LG78CeMAslthDlr0W6LHdg==">
import init, * as bindings from '/polkadot_utils-193c70458906daed.js';
const wasm = await init('/polkadot_utils-193c70458906daed_bg.wasm');
import init, * as bindings from './polkadot_utils-193c70458906daed.js';
const wasm = await init('./polkadot_utils-193c70458906daed_bg.wasm');


window.wasmBindings = bindings;
Expand Down

0 comments on commit ee284ac

Please sign in to comment.