From 38646c625713844ab6ed3ae31a31d76dc43f6c47 Mon Sep 17 00:00:00 2001 From: sergeych Date: Thu, 2 Apr 2026 20:41:54 +0300 Subject: [PATCH] Update platform support matrix with detailed statuses and legend --- docs/lyngio.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/lyngio.md b/docs/lyngio.md index 14b491e..8ad8f70 100644 --- a/docs/lyngio.md +++ b/docs/lyngio.md @@ -112,9 +112,16 @@ For more details, see the specific module documentation: | Platform | lyng.io.fs | lyng.io.process | lyng.io.console | lyng.io.http | lyng.io.ws | lyng.io.net | | :--- | :---: | :---: | :---: | :---: | :---: | :---: | -| **JVM** | ✅ | ✅ | ✅ (baseline) | ✅ | ✅ | ✅ | -| **Native (Linux/macOS)** | ✅ | ✅ | 🚧 | 🚧 | 🚧 | 🚧 | -| **Native (Windows)** | ✅ | 🚧 (Planned) | 🚧 | 🚧 | 🚧 | 🚧 | -| **Android** | ✅ | ❌ | ❌ | 🚧 | 🚧 | 🚧 | -| **NodeJS** | ✅ | ❌ | ❌ | 🚧 | 🚧 | 🚧 | -| **Browser / Wasm** | ✅ (In-memory) | ❌ | ❌ | 🚧 | 🚧 | 🚧 | +| **JVM** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| **Linux Native** | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| **Apple Native** | ✅ | ✅ | ✅ | ✅ | ✅ | ⚠️ | +| **Windows Native** | ✅ | ❌ | ✅ | ✅ | ✅ | ❌ | +| **Android** | ✅ | ❌ | ⚠️ | ✅ | ✅ | ✅ | +| **JS / Node** | ✅ | ❌ | ⚠️ | ✅ | ✅ | ✅ | +| **JS / Browser** | ✅ (in-memory) | ❌ | ⚠️ | ✅ | ✅ | ❌ | +| **Wasm** | ✅ (in-memory) | ❌ | ⚠️ | ❌ | ❌ | ❌ | + +Legend: +- `✅` supported +- `⚠️` available but environment-dependent or not fully host-verified yet +- `❌` unsupported