just-engine 0.1.0

A ground-up ES6 JavaScript engine with tree-walking interpreter, bytecode VMs, and Cranelift JIT compiler
Documentation
1
2
3
4
5
6
mod api;
pub mod ds;
pub mod eval;
pub mod jit;
pub mod plugin;
mod std_lib;