summaryrefslogtreecommitdiff
path: root/src/wasm.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.ts')
-rw-r--r--src/wasm.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wasm.ts b/src/wasm.ts
index 4a8d3c8..cf819da 100644
--- a/src/wasm.ts
+++ b/src/wasm.ts
@@ -7,4 +7,4 @@ export const {
intersperse,
unzip,
fft,
-} = await instantiate(await WebAssembly.compileStreaming(fetch(module)), { env: {} }); \ No newline at end of file
+} = await instantiate(await WebAssembly.compileStreaming(fetch('/' + module)), { env: {} }); \ No newline at end of file