Javascript Is the New ABI
·9 mins
I’ve been twiddling around WASM related stacks lately, not exactly focusing on the WASM itself, but rather on developing a web app with a single programming language stack.
Both Tauri and Wails allow a desktop app to be powered by web platform a la electron. What’s different is Tauri is written for Rust, and Wails is written for Go, both framework also utilizing libwebkit or native webview from the OS itself, not defaulting to embedded webkit & v8 like electron does.