v0.8.0fossic2026-06-12

napi-rs Node.js Binding With TypeScript Types

Adds fossic-node, a napi-rs binding exposing the full fossic store API to Node.js and TypeScript consumers with generated type definitions and a full test suite.

v0.8.02026-06-12
  • ·fossic-node built on napi-rs — compiles to a pre-built .node binary, zero npm deps at runtime
  • ·Full API parity: append, read, branches, snapshots, reducers, subscriptions, cross-stream, transforms, upcasters, deletion
  • ·index.d.ts: generated TypeScript types for all store methods and return types
  • ·7 spec files covering all major API surface areas including subscription lifecycle
  • ·Subscription delivery via async iterator — enables for-await-of consumption in LumaWeave