Get the latest tech news
Show HN: Nova JavaScript Engine
JS engine lolz. Contribute to trynova/nova development by creating an account on GitHub.
The engine is exposed as a library with an API for implementation in Rust projects which themselves must serve as a runtime for JavaScript code. Focus on how JavaScript engines work in general, and what sort of design choices Nova makes in this context. The architecture of the engine follows the ECMAScript specification in spirit, but uses data-oriented design for the actual implementation.
Or read this on Hacker News