distance-wasm 0.0.6

WebAssembly bindings for high-performance string distance and similarity algorithms
Documentation
1
2
3
4
5
6
7
8
9
{
  "version": "0.0.6",
  "scripts": {
    "dev": "rm -rf ./pkg && wasm-pack build --dev --scope nlptools",
    "build": "rm -rf ./pkg && wasm-pack build --release --scope nlptools",
    "prepack": "pnpm build",
    "test": "cargo test --release -- --nocapture"
  }
}