sdk

Radroots SDK and bindings
git clone https://radroots.dev/git/sdk.git
Log | Files | Refs | README

README (834B)


      1 # radroots_replica_db_wasm
      2 
      3 This is the README for `radroots_replica_db_wasm`, which provides WebAssembly
      4 bindings for `radroots_replica_db` in the `radroots` core libraries.
      5 
      6 ## Overview
      7 
      8  * a wasm32-only wrapper around the replica database runtime surface;
      9  * integration with `radroots_sql_wasm_core` for browser and worker SQL
     10    execution;
     11  * a small target-specific entry point layer rather than a separate database
     12    implementation;
     13  * intended for JavaScript-facing callers that need the replica database APIs
     14    in wasm builds.
     15 
     16 ## Copyright
     17 
     18 Except as otherwise noted, all files in the `radroots_replica_db_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_db_wasm`
     25 distribution.