diff-native
Version:
High-performance text diffing library built with Rust and WebAssembly
17 lines • 405 B
JSON
{
"name": "diff_native",
"description": "High-performance text diffing library built with Rust and WebAssembly",
"version": "0.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/denispanov/diff-native"
},
"files": [
"diff_native_bg.wasm",
"diff_native.js",
"diff_native.d.ts"
],
"main": "diff_native.js",
"types": "diff_native.d.ts"
}