This is yet another attempt to build a web browser, but this time in Rust. I'll keep trying to implement as much of the JS API as I can and at the same time play with rendering HTML to a window.
I'm using boa as the JS engine and iced for the app.
Althought the code in this repository has been licensed under the GNU GPLv3 license, I forbid the use of this code for the purposes of training any kind of artificial intelligence or machine learning model.