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.
npm install fastcdc-wasm
require('fastcdc-wasm')(bytes, minChunkSize, avgChunkSize, maxChunkSize)bytes some Uint8Array of bytesminChunkSize the smallest size chunkavgChunkSize the average chunk sizemaxChunkSize maximum chunk sizeReturns A Uint32Array of chunks
(c) 2021 Mikola Lysenko. MIT License