@feltdb/wasm
v0.4.5
Published
FeltDB WASM Runtime - Compiled Rust engine for browser and Node.js
Maintainers
Readme
@feltdb/wasm
The WebAssembly runtime for FeltDB. This package contains the compiled Rust implementation for browser and Node.js environments.
Installation
npm install @feltdb/wasmThis is typically installed automatically as a dependency of @feltdb/core.
Package boundary
The pkg directory is generated by wasm-pack and may contain an internal
manifest named feltdb-wasm. That manifest is deliberately marked private and
is not a separate npm product. Install and publish only this supported wrapper,
@feltdb/wasm. See the repository's
npm package map for details.
Build
To build the WASM artifacts:
npm run buildThis requires:
- Rust 1.70+
- wasm-pack
Architecture
The WASM runtime provides:
- Core database engine execution
- Collection management
- Query execution
- State synchronization
- Reactive update notifications
- Persistence layer integration
License
MIT
