@trysoma/sdk-core
v0.0.6
Published
Template project for writing node package with napi-rs
Downloads
27
Maintainers
Readme
@trysoma/sdk-core
Core native bindings for the Soma JavaScript SDK.
Overview
This package provides the low-level native bindings (built with Rust and NAPI-RS) that power the Soma JavaScript SDK. It handles performance-critical operations like schema parsing, validation, and code generation.
Most users should install @trysoma/sdk instead, which provides a high-level TypeScript API built on top of this package.
Installation
npm install @trysoma/sdkIf you need the core bindings directly:
npm install @trysoma/sdk-coreSupported Platforms
- macOS (x86_64, ARM64)
- Linux (x86_64, ARM64)
Documentation
For comprehensive documentation and guides, visit https://docs.trysoma.ai/
