webui icon indicating copy to clipboard operation
webui copied to clipboard

JS runtime for Bun

Open mbekkomo opened this issue 1 year ago • 3 comments

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

mbekkomo avatar Oct 31 '23 06:10 mbekkomo

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.

hassandraga avatar Nov 01 '23 01:11 hassandraga

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

jinzhongjia avatar Jan 17 '24 06:01 jinzhongjia

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.

mbekkomo avatar Jan 17 '24 14:01 mbekkomo

Added (https://github.com/webui-dev/webui/commit/0440eeaab141b179b71bb2667df99743e78befbf).

hassandraga avatar Jul 08 '24 23:07 hassandraga