| Crates.io | jstime |
| lib.rs | jstime |
| version | 0.54.0 |
| created_at | 2020-08-20 04:08:35.990682+00 |
| updated_at | 2024-07-30 03:14:14.920613+00 |
| description | Another JS Runtime |
| homepage | |
| repository | https://github.com/jstime/jstime |
| max_upload_size | |
| id | 278490 |
| size | 38,432 |
Another JavaScript Runtime

You can find the latest jstime binary on the release page
Alternatively you can install with cargo
$ cargo install jstime
$ jstime
Welcome to jstime!
>>
$ 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.