distance-wasm 0.0.2

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