diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wasm.ts | 2 |
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 |
