Comment on WebAssembly adoption: Is slow and steady winning the race?parentComments−dmingod6662yvery good alternative is wails6-10mb single binaryuse any frontend js tech you wantautomatically go functions exposed to the js side so you don't need to think about making endpoints, it makes and uses a websockets between the binary and the uiuses WebView2 and not chrome−erhaetherth2ySounds like Tauri, which is built on Rust instead of Go.By using the OS's native web renderer, the size of a Tauri app can be less than 600KB.
Comments
very good alternative is wails
6-10mb single binary
use any frontend js tech you want
automatically go functions exposed to the js side so you don't need to think about making endpoints, it makes and uses a websockets between the binary and the ui
uses WebView2 and not chrome
Sounds like Tauri, which is built on Rust instead of Go.