wails/v3/internal/assetserver
2026-02-06 12:06:49 +00:00
..
bundledassets [skip ci] Publish @wailsio/runtime v3.0.0-alpha.80 2026-02-06 12:06:49 +00:00
defaults Event cancellation for standard listeners. 2025-01-27 09:29:22 +11:00
webview feat(linux): GTK4 + WebKitGTK 6.0 support (opt-in via -tags gtk4) (#4958) 2026-02-06 21:55:45 +11:00
asset_fileserver.go add '.html' to requests with no extension and no file found 2025-03-07 14:43:47 +02:00
assetserver.go V3/fix debug logs (#4857) 2026-01-05 08:48:29 +11:00
assetserver_android.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
assetserver_bench_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
assetserver_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
assetserver_dev.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
assetserver_ios.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
assetserver_linux.go feat: Add Android support for Wails v3 2025-11-28 21:06:59 +11:00
assetserver_production.go Fix default index.html serving. 2024-12-14 11:10:07 +11:00
assetserver_test.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
assetserver_webview.go fix: use structured logging for debug/info methods (#4767) 2025-12-12 09:03:11 +11:00
assetserver_windows.go Refactor menu functions and streamline devtools toggle across systems 2024-01-21 20:52:32 +11:00
build_dev.go Fix default index.html serving. 2024-12-14 11:10:07 +11:00
build_production.go Fix build issue 2024-12-15 08:32:43 +11:00
bundled_assetserver.go Add BundledAssetFileServer for bundled /wails/runtime.js. Update examples. 2024-03-17 15:08:30 +11:00
common.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
content_type_sniffer.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
fallback_response_writer.go fallbackResponseWriter implement Flush() 2025-04-26 13:25:44 -05:00
fs.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
middleware.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimecache.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
mimecache_test.go Move assetserver to internal 2023-08-14 08:31:55 +10:00
mimetype_stdlib_test.go perf(v3): optimize JSON processing and reduce allocations in hot paths (#4843) 2026-01-02 07:03:36 +11:00
options.go [v3] Fix and optimise assetserver (#4049) 2025-02-09 00:02:54 +11:00
ringqueue.go Move assetserver to internal 2023-08-14 08:31:55 +10:00