summaryrefslogtreecommitdiff
path: root/juliaset/index.htm
diff options
context:
space:
mode:
Diffstat (limited to 'juliaset/index.htm')
-rw-r--r--juliaset/index.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/juliaset/index.htm b/juliaset/index.htm
index 8da8454..47d2a69 100644
--- a/juliaset/index.htm
+++ b/juliaset/index.htm
@@ -595,7 +595,7 @@
run({
canvas : document.getElementById("frame"),
- wasm : fetch("julia_set.wasm"),
+ wasm : fetch("/juliaset/julia_set.wasm"),
fit_window : true,
}).catch((e) => console.error(e));
</script>