tr1ckydev / webview-bun

Bun bindings for webview, a tiny library for creating web-based desktop GUIs.
https://www.npmjs.com/package/webview-bun
MIT License
201 stars 8 forks source link

Windows support #2

Closed Shawak closed 5 months ago

Shawak commented 11 months ago

Are there any plans in supporting windows anytime soon?

Edit: I just realized bun doesn't fully support windows yet, guess we'll have to wait

tr1ckydev commented 11 months ago

Yes, it doesn't natively yet but using Deno you can, but through bun WSL is the only way for now.

Shawak commented 11 months ago

Related: https://github.com/oven-sh/bun/issues/43 https://github.com/oven-sh/bun/pull/4410

Shawak commented 8 months ago

For now it can be run in WSL2 using LIBGL_ALWAYS_SOFTWARE=1 bun run .

tr1ckydev commented 5 months ago

Added support in v2.0.0.