This has support for nodejs packages. I want to run it on Cloudflare workers. I assume I can’t, but I guess I’ll try without waiting for replies heres.
Bun is a Javascript runtime. Workers is a Javascript runtime. You don’t run one on the other.
Additionally, Bun runs on JavaScriptCore (powers Safari) whereas Workers run on V8 (powers Chrome).
You don’t have the option to swap the runtime, if you use Workers you have to use V8.