We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52768c7 commit d019fa6Copy full SHA for d019fa6
heatmap/static/index.html
@@ -20,7 +20,7 @@ <h1>Rust, Wasm & d3.js Heatmap</h1>
20
<canvas id="heatmap" class="panzoom"></canvas>
21
22
<script type="module">
23
- import init, { start } from './pkg/wasm_heatmap.js';
+ import init, { start } from '/pkg/microBioRust_heatmap.js';
24
25
async function run() {
26
try {
0 commit comments