summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wasm.ts1
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