summaryrefslogtreecommitdiff
path: root/src/wasm.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.ts')
-rw-r--r--src/wasm.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.ts b/src/wasm.ts
index 311a088..a62a8fc 100644
--- a/src/wasm.ts
+++ b/src/wasm.ts
@@ -5,6 +5,7 @@ export const {
mathS, mathV, mathSS, mathSV, mathVS, mathVV,
linspace,
intersperse,
+ unzip,
dft,
fft,
} = await instantiate(await WebAssembly.compileStreaming(fetch(url)), {}); \ No newline at end of file