@palamedes/core-node
v0.1.1
Published
Thin Node.js wrapper around the Palamedes Rust core
Maintainers
Readme
@palamedes/core-node
Thin Node.js wrapper around the Palamedes Rust core.
This package provides the JavaScript wrapper around the Palamedes native bindings.
The actual .node binary is delivered through platform-specific optional dependencies:
@palamedes/core-node-darwin-arm64@palamedes/core-node-linux-x64-gnu@palamedes/core-node-linux-arm64-gnu@palamedes/core-node-win32-x64-msvc
Available APIs
getNativeInfo()generateMessageId(message, context?)parsePo(source)
Development
pnpm --filter @palamedes/core-node buildIn development, build the matching native target package for your current platform before using this wrapper.
