JavaScript runs everywhere, but embedding it safely in Rust projects, IoT devices, or CLI tools needs a lightweight engine. V8 is too heavy for that. Boa is built in Rust, lightweight, and approaching v1.0. But a lightweight engine only matters if it actually behaves as intended. I hunt down silent divergences between Boa and the official specifications, write spec-compliant fixes in Rust, and add regression tests verified by the Test262 test suite.