Skip to content

isgasho/jstime

 
 

Repository files navigation

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

About

another runtime

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 97.3%
  • JavaScript 2.7%