README (845B)
1 # radroots_replica_sync_wasm 2 3 This is the README for `radroots_replica_sync_wasm`, which provides WebAssembly 4 bindings for `radroots_replica_sync` in the `radroots` core libraries. 5 6 ## Overview 7 8 * wasm32 entry points for full sync and single-event ingest operations; 9 * integration with `WasmSqlExecutor` from `radroots_sql_core` for database 10 access; 11 * UUIDv7 id generation and JSON and base64 boundary handling for JavaScript 12 callers; 13 * a small target-specific wrapper around the Rust sync crate rather than a 14 separate sync engine. 15 16 ## Copyright 17 18 Except as otherwise noted, all files in the `radroots_replica_sync_wasm` 19 distribution are 20 21 Copyright (c) 2020-2026 Tyson Lupul 22 23 For information on usage and redistribution, and for a DISCLAIMER OF ALL 24 WARRANTIES, see LICENSE included in the `radroots_replica_sync_wasm` 25 distribution.