# fastcdc-wasm **Repository Path**: mirrors_mikolalysenko/fastcdc-wasm ## Basic Information - **Project Name**: fastcdc-wasm - **Description**: WASM bindings for fastcdc - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-28 - **Last Updated**: 2025-12-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # fastcdc-wasm Another attempt at creating a wrapper for fastcdc in node.js. This time using wasmbindgen instead of neon. Has a few sharp edges, but mostly works. ## install ``` npm install fastcdc-wasm ``` ## API ### `require('fastcdc-wasm')(bytes, minChunkSize, avgChunkSize, maxChunkSize)` * `bytes` some `Uint8Array` of bytes * `minChunkSize` the smallest size chunk * `avgChunkSize` the average chunk size * `maxChunkSize` maximum chunk size **Returns** A `Uint32Array` of chunks ## License (c) 2021 Mikola Lysenko. MIT License