field_lib

Cross-platform Rust runtime for Radroots iOS and Android apps
git clone https://radroots.dev/git/field_lib.git
Log | Files | Refs | README | LICENSE

commit bbd7647b46826260354321ac4af893b22bd8ba0c
parent 22660a8d876abdc5023cd030ce4693f8eef35204
Author: triesap <tyson@radroots.org>
Date:   Mon,  2 Mar 2026 23:08:57 +0000

docs: update `radroots-app-wasm` readme

Diffstat:
Mcrates/field_wasm/README.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/crates/field_wasm/README.md b/crates/field_wasm/README.md @@ -4,10 +4,10 @@ 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 +- define stable wasm runtime interfaces for app metadata and startup +- keep wasm runtime behavior deterministic across supported browser targets +- support feature-gated bindings backed by `radroots_field_core` +- provide reusable wasm entry points for higher-level Rad Roots app crates ## License