@pamoja/core
v0.1.13
Published
Node.js bindings for the pamoja device SDK core.
Readme
@pamoja/core
Node.js bindings for the pamoja device SDK core, built with napi-rs.
The generated surface is intentionally thin. A hand-written, idiomatic layer is added on top of it so JavaScript and TypeScript callers get a native-feeling API while all behavior stays in the Rust core.
Build
npm install
npm run build
npm testnpm run build compiles the Rust core into a native Node addon and emits
index.js and index.d.ts. These are generated artifacts and are not committed.
