>The browser and libraries are all written in C++. (While our own memory-safe Jakt language is in heavy development, it’s not yet ready for use in Ladybird.)
So, I need a rust compiler, to compile jakt which will compile their web engine which does not really exist currently, only forks of c++ code. To bootstrap the rust compiler written in rust, I would need static binaries of this compiler.
The first words which come to my mind is "convoluted and expensive SDK".
That said, I have not checked on rust syntax lately to see if it became insane like c++. Last time I had a look, it was not, but it was a long time ago.
As other commenters mentioned, the jakt language is self hosted as of a few months ago. If you look at the projects README and source code, you can see that it's currently transpiling to C++. It's also only been around since May of this year.
LibWeb very much exists, and is not a fork of anything. It lives in the SerenityOS project and is written entirely green field C++.
So in the far future, jakt will compile in machine code with the rust-written rust compiler (or a bootstrap jakt-written jakt compiler) and will generate native code for a libWeb and libJS that are able to browse youtube and disney+, that with a SDK not pulling a grotesquely and absurdely complex and massive c++ compiler.