Skip to content

Commit dcdafbf

Browse files
committed
docs(architecture): fix Go GUI comparison to include Wails framework
1 parent eacaa37 commit dcdafbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
| **Development speed** | Fast, low learning curve | 2-3x slower, lifetime/ownership friction | Go wins |
9292
| **CLI ecosystem** | cobra is mature | clap is equally mature | Tie |
9393
| **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** |
94+
| **GUI extensibility** | Good (Wails WebView-based, fyne/gio native) | **Strong** (Tauri 2.0 desktop + mobile) | Slight Rust edge |
9595
| **WASM** | Go->WASM ~10MB+, poor performance | **First-class citizen**, small output, native perf | **Rust wins** |
9696
| **FFI/cross-language** | cgo has performance penalty | **Zero-overhead FFI**, native C ABI | **Rust wins** |
9797
| **AI/ML ecosystem** | Few bindings | candle, burn, ort (ONNX) | **Rust wins** |

0 commit comments

Comments
 (0)