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
pub(crate) mod object;
pub(crate) mod test_and_comparison;
pub(crate) mod type_conversion;