jstime / jstime

another runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

another runtime

License:Apache License 2.0


Languages

Language:Rust 88.9%Language:JavaScript 11.1%