@moss-dev/moss-core
v0.8.7
Published
Connects JS SDK to Rust Moss-Core using N-API
Maintainers
Readme
Moss JavaScript Binding
Rust-powered Node.js native addon that exposes the Moss core indexing and model APIs via N-API.
Getting Started
npm install @moss-dev/moss-coreThe package bundles prebuilt binaries for common targets; npm will download the correct artifact for your platform during install.
Prerequisites For Local Builds
- Node.js 20+ (matches the engines field in
package.json) - Rust toolchain with
cargo npm8+
Refer to the test/ directory for additional usage examples.
