jstime

Another JavaScript Runtime

jstime logo. Kinda looks like shrek

Getting Started

Honestly I'm just learning rust right now 😅

bash $ 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