summaryrefslogtreecommitdiff
path: root/src/wasm.ts
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-08 20:27:56 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-09 02:05:58 -0500
commit395f3700281da999226a10c1b24da52252f49c95 (patch)
tree6434c9cd1992cdfbb174f8e6ffaad8bc4b806fdb /src/wasm.ts
parent41213e45761fc1dd795d462ad7bc719533efd09e (diff)
Implement vectorized FFT
Diffstat (limited to 'src/wasm.ts')
-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