brimstone: New JavaScript engine written in Rust
SMRTR summary
Brimstone is a new JavaScript engine built entirely in Rust that aims to fully support the JavaScript language, currently achieving over 97% compatibility with ECMAScript standards. The engine features a bytecode virtual machine, custom parser, and compacting garbage collector, though it remains a work-in-progress not ready for production use.
SMRTR provides this summary for quick context. The original article belongs to Daily.dev.
Read the original article