Skip to content

Commit d019fa6

Browse files
committed
fixing bug in heatmap static file
1 parent 52768c7 commit d019fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heatmap/static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Rust, Wasm & d3.js Heatmap</h1>
2020
<canvas id="heatmap" class="panzoom"></canvas>
2121

2222
<script type="module">
23-
import init, { start } from './pkg/wasm_heatmap.js';
23+
import init, { start } from '/pkg/microBioRust_heatmap.js';
2424

2525
async function run() {
2626
try {

0 commit comments

Comments
 (0)