jstime_core 0.12.1

Another JS Runtime
Documentation

jstime Core Crate

The main dependency of this crate is rusty_v8 which provides the V8-Rust bindings.

API

use jstime\_core::module;

fn main() {
  module::run("console.log('hello world')");
}