You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be able to npm install electrobun and have a dev build running on windows 10 and 11.
Probably requires more than this, but off the top of my head
zig bindings for webview for default webview on windows (Edge)
compile all the zig binaries for windows targets
path separators and maybe re-architect code separation in electrobun
electrobun cli should build a folder similar to the osx bundle structure
Out of scope:
production builds (future)
app updates (future)
ARM builds (ARM windows machines still work with emulation)
Notes:
Bun doesn't currently support ARM, but Windows 10/11 have an ARM emulation mode that seamlesly runs Bun and SFEs. ARM machines running windows is not widespread either so for now we'll just target Windows x86
The text was updated successfully, but these errors were encountered:
Should be able to
npm install electrobun
and have a dev build running on windows 10 and 11.Probably requires more than this, but off the top of my head
Out of scope:
Notes:
The text was updated successfully, but these errors were encountered: