Boa is an open-source JavaScript engine written in Rust. Boa was introduced at JSConf EU 2019 by Jason Williams.
Williams created Boa in 2017 after working on Servo and being inspired by the "written from scratch" CSS engine. He was eager to work on a JavaScript engine using Rust to learn more about how JavaScript implementations work, since then the project has had over 100 contributors. Overtime the engine gained more prominent features such as bytecode compilation, better conformance to the specification and ergonomic API design.