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 de3e998808 Add base types
Implement JsNumber
2024-01-25 11:50:00 +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 Add base types 2024-01-25 11:50:00 +01:00
Cargo.toml Add base types 2024-01-25 11:50:00 +01:00
TODO.md Add base types 2024-01-25 11:50:00 +01:00