diff options
Diffstat (limited to 'src/wasm.ts')
| -rw-r--r-- | src/wasm.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wasm.ts b/src/wasm.ts index a62a8fc..cf7b552 100644 --- a/src/wasm.ts +++ b/src/wasm.ts @@ -6,6 +6,5 @@ export const { linspace, intersperse, unzip, - dft, fft, } = await instantiate(await WebAssembly.compileStreaming(fetch(url)), {});
\ No newline at end of file |
