logoalt Hacker News

andaitoday at 7:50 AM3 repliesview on HN

There seems to be some confusion here (including in the linked discussion?) about what this is. This is not continuing the development on the original Bun (Zig) codebase.

It is extracting a subset of that codebase for deployment purposes. The full version of Bun (presumably in Rust?) will continue to be used for actual development.

So it is not a replacement for Bun, but a supplement to it.

https://news.ycombinator.com/item?id=49018157


Replies

ForHackernewstoday at 9:29 AM

> Cruller is not intended to replace Bun for development. It is a minimal, specialized runtime for executing production code.

> In any case, I do not want to throw away such a large codebase that has taken several years to build. It makes more sense to turn it into a convenient embeddable library that can be used throughout the Zig ecosystem.

This seems pretty sensible to me. It's nice if the Zig ecosystem has an embeddable JS runtime.

rganesantoday at 10:44 AM

The discussion is also missing a key point. Bun had a patched version of Zig, this runtime uses upstream Zig.

m00dytoday at 9:13 AM

yeah, no place for amateurs