diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2024-03-08 14:52:06 +0000 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2024-03-09 02:05:58 -0500 |
| commit | 41213e45761fc1dd795d462ad7bc719533efd09e (patch) | |
| tree | 3de488d0360175fe1f399aecd3131691a02cc5ef /src/wasm.ts | |
| parent | 8099b08dfb2f140d527df684044da3274106e787 (diff) | |
Add Unzip node
Diffstat (limited to 'src/wasm.ts')
| -rw-r--r-- | src/wasm.ts | 1 |
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 |
