webui
webui copied to clipboard
JS runtime for Bun
Will there be a support for running JS/TS via Bun?
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.
I started to adapt bunjs. You can refer to this issue https://github.com/webui-dev/bun-webui/issues/1 for the specific progress.
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.
Added (https://github.com/webui-dev/webui/commit/0440eeaab141b179b71bb2667df99743e78befbf).