zig/lib/build-web
kcbanner 125c4a265a Fix respondWebSocket, enable --webui on Windows
This commit re-enables the --webui functionality on windows, with the caveat that rebuild functionality is still disabled (due to deadlocks caused by reading to / writing from the same non-overlapped socket on multiple threads). I updated the UI to be aware of this, and hide the `Rebuild` button.

http.Server: Remove incorrect advance() call. This was causing browsers to disconnect the websocket, as we were sending undefined bytes.
build.WebServer: Re-enable on windows, but disable functionality that requires receiving messages from the client
build-web: Show total times in tables
2025-08-09 16:06:33 -04:00
..
fuzz.zig zig fmt: apply new cast builtin order 2025-08-03 14:59:56 +02:00
index.html Fix respondWebSocket, enable --webui on Windows 2025-08-09 16:06:33 -04:00
main.js Fix respondWebSocket, enable --webui on Windows 2025-08-09 16:06:33 -04:00
main.zig Fix respondWebSocket, enable --webui on Windows 2025-08-09 16:06:33 -04:00
style.css build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00
time_report.css build system: replace fuzzing UI with build UI, add time report 2025-08-01 23:48:21 +01:00
time_report.zig Fix respondWebSocket, enable --webui on Windows 2025-08-09 16:06:33 -04:00