JavaScript engine written in Rust for embedding in applications.
Embeddable and experimental Javascript engine written in Rust
boa$ boa script.js$ boa -c "console.log('Hello, World!')"$ boa$ boa -c "2 + 2"$ boa -c "const arr = [1, 2, 3]; console.log(arr.map(x => x * 2))"