Another JavaScript Runtime
You can find the latest jstime binary on the release page
Alternatively you can install with cargo
bash
$ cargo install jstime
```bash $ jstime
Welcome to jstime!
> ```
```bash $ cat hello-world.js console.log("hello world");
$ jstime hello-world.js hello world
```
Check out the README.md for jstime-core for instructions on how to embed jstime in your rust application!
for information about the governance of the jstime project, see GOVERNANCE.md.