About Boa
Boa is an embeddable JavaScript engine implemented in Rust. It parses and executes JavaScript code inside Rust applications, exposing integration points for host functions and runtime control. Because it is experimental and focused on embedding, it is commonly used in language runtime research, scripting support inside Rust software, command tools, and sandboxed execution experiments.
