| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-06 | 732 Bytes | |
| Wails v2.13.0 source code.tar.gz | 2026-07-06 | 87.4 MB | |
| Wails v2.13.0 source code.zip | 2026-07-06 | 94.6 MB | |
| Totals: 3 Items | 182.0 MB | 0 | |
Installation
:::bash
go install github.com/wailsapp/wails/v2/cmd/wails@v2.13.0
Changes
Added
- Added example demonstrating events usage in the documentation
#5026by@iamhabbeboy
Added
- Added Kira to the community showcase by @thiennguyen93
Fixed
- Fixed wake (experimental
WAILS_USE_WAKE=truebuild runner) running preconditionsh:strings without template expansion, causing a spurious "garble is required for obfuscated builds" error on every build by @leaanthony - Fixed nil pointer crash in
application.Quitwhen called beforeRunor afterRunreturned early #5452 by @c-tonneslan