From 41213e45761fc1dd795d462ad7bc719533efd09e Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Fri, 8 Mar 2024 14:52:06 +0000 Subject: Add Unzip node --- src/wasm.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/wasm.ts') 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 -- cgit v1.2.3