commit 07784d6d5bfbfa9cd5e119e06819dd39c8785836
parent 42ca712299d87e94b708b14040e1143a706f8562
Author: triesap <tyson@radroots.org>
Date: Fri, 10 Apr 2026 00:59:41 +0000
replica_db_wasm: update metadata
Diffstat:
3 files changed, 27 insertions(+), 16 deletions(-)
diff --git a/crates/replica_db_wasm/Cargo.toml b/crates/replica_db_wasm/Cargo.toml
@@ -7,11 +7,11 @@ authors = [
]
rust-version.workspace = true
license.workspace = true
-description = "wasm bindings for replica database runtime interfaces in radroots data layers"
+description = "WebAssembly bindings for radroots-replica-db"
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/radroots_replica_db_wasm"
-readme.workspace = true
+readme = "README"
[lib]
crate-type = ["cdylib", "rlib"]
diff --git a/crates/replica_db_wasm/README b/crates/replica_db_wasm/README
@@ -0,0 +1,25 @@
+# radroots_replica_db_wasm
+
+This is the README for `radroots_replica_db_wasm`, which provides WebAssembly
+bindings for `radroots_replica_db` in the `radroots` core libraries.
+
+## Overview
+
+ * a wasm32-only wrapper around the replica database runtime surface;
+ * integration with `radroots_sql_wasm_core` for browser and worker SQL
+ execution;
+ * a small target-specific entry point layer rather than a separate database
+ implementation;
+ * intended for JavaScript-facing callers that need the replica database APIs
+ in wasm builds.
+
+## Copyright
+
+Except as otherwise noted, all files in the `radroots_replica_db_wasm`
+distribution are
+
+ Copyright (c) 2020-2026 Tyson Lupul
+
+For information on usage and redistribution, and for a DISCLAIMER OF ALL
+WARRANTIES, see LICENSE included in the `radroots_replica_db_wasm`
+distribution.
diff --git a/crates/replica_db_wasm/README.md b/crates/replica_db_wasm/README.md
@@ -1,14 +0,0 @@
-# radroots_replica_db_wasm
-
-Wasm bindings for replica database runtime interfaces in Rad Roots data layers.
-
-## Goals
-
-- define stable wasm bindings for replica CRUD, migration, backup, and export flows
-- keep export/import and manifest marshaling deterministic in web runtimes
-- support integration with wasm SQL executor surfaces
-- provide reusable data-layer wasm primitives for higher-level Rad Roots crates
-
-## License
-
-Licensed under AGPL-3.0. See LICENSE.