UNPKG

@dstanesc/wasm-chunking-fastcdc-node

Version:

This crate generates WebAssembly bindings to the FastCDC content defined slicing library

32 lines 962 B
{ "name": "@dstanesc/wasm-chunking-fastcdc-node", "decription": "Wasm library for FastCDC content-defined slicing for NodeJS. This is a convenience wrapper on the existing existing [rust implementation](https://github.com/nlfiedler/fastcdc-rs)", "homepage": "https://github.com/dstanesc/wasm-chunking-fastcdc", "author": "Hexagon and contributors", "keywords": [ "fastcdc", "wasm", "nodejs", "chunking", "cdc" ], "collaborators": [ "dstanesc <dstanesc@gmail.com>" ], "description": "This crate generates WebAssembly bindings to the FastCDC content defined slicing library", "version": "0.1.1", "license": "MIT OR Apache-2.0", "repository": { "type": "git", "url": "https://github.com/dstanesc/wasm-chunking-fastcdc" }, "files": [ "chunking_bg.wasm", "chunking.js", "chunking.d.ts", "LICENSE_MIT", "LICENSE_APACHE" ], "main": "chunking.js", "types": "chunking.d.ts" }