From b0e6ce93f9e82a23324fab694b36041fe8651a6b Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 21 Nov 2025 15:19:27 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6e4147..3a1f74e 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ # Reticulum-Go -A Go implementation of the [Reticulum Network Protocol](https://github.com/markqvist/Reticulum). +A Go implementation of the [Reticulum Network Stack](https://github.com/markqvist/Reticulum). ## Goals -- To be fully compatible with the Python reference implementation. +- To be fully compatible with the original Python implementation. - Additional privacy and security features. - Support for a broader range of platforms and architectures legacy and modern. @@ -40,7 +40,9 @@ make test ## Embedded systems and WebAssembly -For building for WebAssembly and embedded systems, see the [tinygo branch](https://github.com/Sudo-Ivan/Reticulum-Go/tree/tinygo). Requires TinyGo 0.37.0+. +For building for WebAssembly and embedded systems, see the [tinygo branch](https://github.com/Sudo-Ivan/Reticulum-Go/tree/tinygo). Requires TinyGo 0.37.0+. + +Note: I am not actively working on webassembly support at the moment. ```bash make tinygo-build