summaryrefslogtreecommitdiff
path: root/src/wasm.ts
diff options
context:
space:
mode:
authorSam Nystrom <sam@samnystrom.dev>2024-03-08 14:52:06 +0000
committerSam Nystrom <sam@samnystrom.dev>2024-03-09 02:05:58 -0500
commit41213e45761fc1dd795d462ad7bc719533efd09e (patch)
tree3de488d0360175fe1f399aecd3131691a02cc5ef /src/wasm.ts
parent8099b08dfb2f140d527df684044da3274106e787 (diff)
Add Unzip node
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