We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eacaa37 commit dcdafbfCopy full SHA for dcdafbf
1 file changed
docs/architecture.md
@@ -91,7 +91,7 @@
91
| **Development speed** | Fast, low learning curve | 2-3x slower, lifetime/ownership friction | Go wins |
92
| **CLI ecosystem** | cobra is mature | clap is equally mature | Tie |
93
| **TUI** | Charm (bubbletea) is excellent | ratatui is excellent | Tie |
94
-| **GUI extensibility** | Weak (fyne/gio are niche) | **Strong** (Tauri 2.0 desktop + mobile) | **Rust wins** |
+| **GUI extensibility** | Good (Wails WebView-based, fyne/gio native) | **Strong** (Tauri 2.0 desktop + mobile) | Slight Rust edge |
95
| **WASM** | Go->WASM ~10MB+, poor performance | **First-class citizen**, small output, native perf | **Rust wins** |
96
| **FFI/cross-language** | cgo has performance penalty | **Zero-overhead FFI**, native C ABI | **Rust wins** |
97
| **AI/ML ecosystem** | Few bindings | candle, burn, ort (ONNX) | **Rust wins** |
0 commit comments