Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language.
Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language.
Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language.
Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language.
Utility library that add SmallBTreeMap data structure
Utility library that enables a pointer to be associated with a tag of type `usize`
Utility library that add SmallBTreeMap data structure
Utility library that enables a pointer to be associated with a tag of type `usize`
String interner for the Boa JavaScript engine.
String interner for the Boa JavaScript engine.
ECMAScript runtime: native built-ins (console, Math, JSON, parseInt, isNaN, ...) that the boa-cat engine exposes to scripts. Each built-in is a NativeFn registered into the initial environment. No mut, no Rc/Arc, no interior mutability, no panics.
Evaluates the js code using Boa/Wasi