mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-12 15:09:33 +08:00
![]() * Fix and optimize content type sniffer - Minimize copying and buffering - Ensure it sniffs the full 512-bytes prefix * Fix assorted warnings * Cleanup error formatting - Remove unnecessary formatting calls - Fix invalid format strings - Standardise logging calls * Fix and optimize index fallback method - Pass through non-404 responses correctly - Do not buffer original response * Test content sniffing and index fallback * Update changelog * Remove obsolete check * Add safety checks in sniffer |
||
---|---|---|
.. | ||
cmd/wails3 | ||
examples | ||
internal | ||
pkg | ||
tasks | ||
wep | ||
.gitignore | ||
.prettierignore | ||
.prettierrc.yml | ||
go.mod | ||
go.sum | ||
README.md | ||
Taskfile.yaml |
v3 Alpha
Thanks for wanting to help out with testing/developing Wails v3! This guide will help you get started.
Getting Started
All the instructions for getting started are in the v3 documentation directory: mkdocs-website
.
Please read the README.md file in that directory for more information.