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
Find a file
mStar aka a person 3fb304035e Fix name (i -> y)
2024-01-25 11:52:06 +01:00
src Add base types 2024-01-25 11:50:00 +01:00
.gitignore Add base types 2024-01-25 11:50:00 +01:00
Cargo.lock Fix name (i -> y) 2024-01-25 11:52:06 +01:00
Cargo.toml Fix name (i -> y) 2024-01-25 11:52:06 +01:00
TODO.md Add base types 2024-01-25 11:50:00 +01:00