jstime 0.6.0

Another JS Runtime
jstime-0.6.0 is not a library.
Visit the last successful build: jstime-0.11.0

jstime

Another JavaScript Runtime

jstime logo. Kinda looks like shrek

Getting Started

Honestly I'm just learning rust right now 😅

$ cargo run # run a js repl!
$ cargo run path-to-js.js # run a js file!
$ cargo build --release # make a prod build

FYI

This is an extremely basic wrapper around V8. Don't expect any fancy APIs just yet.

TODO