A Javascript (ECMAScript) engine from scratch, in Rust.
As an engine, it only provides support for running JS, but not most of the functions you'd expect from node or in a browser environment
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
TODO.md |