webui-dev / webui

Use any web browser or WebView as GUI, with your preferred language in the backend and HTML5 in the frontend, all in a lightweight portable lib.
https://webui.me
MIT License
2.36k stars 144 forks source link

JS runtime for Bun #267

Open cattokomo opened 8 months ago

cattokomo commented 8 months ago

Will there be a support for running JS/TS via Bun?

hassandraga commented 8 months ago

Yes, we are planing to support Bun. We need first to finalize the Deno Wrapper, then creating a new Bun Wrapper by converting Deno APIs in webui.ts to Bun APIs.

jinzhongjia commented 5 months ago

I started to adapt bunjs. You can refer to this issue https://github.com/webui-dev/bun-webui/issues/1 for the specific progress.

cattokomo commented 5 months ago

I started to adapt bunjs. You can refer to this issue webui-dev/bun-webui#1 for the specific progress.

Wonderful! I'll keep tracks of any updates. Thanks for working on it.