Wails v3 Alpha Release - v3.0.0-alpha2.104
Fixed
- Fix an iOS crash (SIGABRT) when a bound Go service method returns an empty string. The iOS asset response writer guarded the body pointer with
buf != nilinstead of its length, so a zero-length body made&buf[0]panic; it now guards on length, matching the desktop writers
🤖 This is an automated nightly release generated from the latest changes on master.
Installation:
go install github.com/wailsapp/wails/v3/cmd/wails3@v3.0.0-alpha2.104⚠️ Alpha Warning: This is pre-release software and may contain bugs or incomplete features.