| ▲ | lukax 3 hours ago | |
I've done business logic sharing where the engine was written in Rust, WASM for web with React for UI, uniffi-rs for Android and iOS with Kotlin Compose for Android and SwiftUI for iOS, Tauri for desktop. There were no good examples for how to do this but once it was set up it worked extremely well. It uses tokio for Android/iOS/desktop and even embeds a web server for fake API for end to end testing (even on mobile) | ||