feat: Windows backend (WinCairo WebKit) + docs - #6
Merged
Merged
Conversation
…fe library accessor
…to-main ipc bridge
…kit clients first
…oadmap, platforms, homepage, README
…ore and proves load
…s response-file patch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A from-scratch Windows backend on pure
bun:ffi- and WinCairo WebKit, never WebView2/Chromium.What's built (~6k LOC,
packages/bunmaska/src/main/platform/windows/)WebKit2.dll, not COM/WebView2), renderer↔main IPC bridge, navigation lifecycle, zoom/user-agent/auto-resize. Loaded from the engine store viaSetDllDirectory(the Windows analogue of$ORIGIN/@rpath).bunmaska build --target windows→ a compiled.exe+engine.id+ a.zip.windowsis now a supported platform; x64 + ARM64, never x86. A windows-latest CI leg runsvalidate:windows.Honest gaps (throw a clear error, don't silently no-op):
printToPDF/capturePage, DevTools, clipboard images, tray context menu. End-to-end shipping still needs a hosted WinCairo engine (same blocker as the Linux pinned tier).Docs updated to match: roadmap (Windows → "in the build"), platforms page, homepage, README. Plus a small
theme-colormeta.🤖 Generated with Claude Code