commit f103411e69f9030199dc79c9d4d95d0dfc63b90f parent 0c0f894a354146085554228329759f1fc7886e26 Author: triesap <tyson@radroots.org> Date: Sun, 1 Mar 2026 15:14:33 +0000 docs: update `radroots-app-wasm` readme Diffstat:
| A | crates/field_wasm/README.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/crates/field_wasm/README.md b/crates/field_wasm/README.md @@ -0,0 +1,14 @@ +# radroots_field_wasm + +Wasm application runtime bindings for Rad Roots app surfaces. + +## Goals + +- expose app runtime build and info interfaces for wasm targets +- keep wasm runtime behavior deterministic across supported browser environments +- provide a stable wasm entry surface backed by radroots_field_core primitives +- support reusable wasm integration points for higher-level Rad Roots crates + +## License + +Licensed under AGPL-3.0. See LICENSE.