@loro-dev/flock-wasm
v0.1.3
Published
WASM bindings for flock-rs.
Readme
@loro-dev/flock-wasm
WASM bindings for flock-rs.
Runtime mode
RawFlockconstructors (new,fromJson,fromFile) use buffered mode by default.- Buffered mode means memtable is enabled by default.
- Buffered writes are flushed on
txnCommit(and storage transaction commit), or when exporting file bytes. - If you need strongest durability semantics, explicitly commit transactions more frequently.
Build
pnpm -C packages/flock-wasm buildTest
pnpm -C packages/flock-wasm testLicense
@loro-dev/flock-wasm is licensed under AGPL-3.0-only.
