Skip to content

Latest commit

 

History

History
66 lines (42 loc) · 1.44 KB

README.md

File metadata and controls

66 lines (42 loc) · 1.44 KB

jstime

Another JavaScript Runtime

jstime logo. Kinda looks like shrek

Using the binary

You can find the latest jstime binary on the release page

Alternatively you can install with cargo

$ cargo install jstime

As a repl

$ jstime

Welcome to jstime!

>>

Run a script

$ cat hello-world.js
console.log("hello world");

$ jstime hello-world.js
hello world

Embed it!

Check out the README.md for jstime-core for instructions on how to embed jstime in your rust application!

Current Project Team Members

for information about the governance of the jstime project, see GOVERNANCE.md.

Chair

Collaborators

TODO

  • fetch
  • Some sort of system interface, maybe WASI