@dstanesc/wasm-chunking-fastcdc-webpack
Version:
This crate generates WebAssembly bindings to the FastCDC content defined slicing library
34 lines • 1.02 kB
JSON
{
"name": "@dstanesc/wasm-chunking-fastcdc-webpack",
"decription": "Wasm library for FastCDC content-defined slicing for bundlers such as Webpack. This is a convenience wrapper on the existing [rust implementation](https://github.com/nlfiedler/fastcdc-rs)",
"homepage": "https://github.com/dstanesc/wasm-chunking-fastcdc",
"author": "Hexagon and contributors",
"keywords": [
"fastcdc",
"wasm",
"webpack",
"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_bg.js",
"chunking.d.ts",
"LICENSE_MIT",
"LICENSE_APACHE"
],
"module": "chunking.js",
"types": "chunking.d.ts",
"sideEffects": false
}