jstime

Crates.iojstime
lib.rsjstime
version0.54.0
sourcesrc
created_at2020-08-20 04:08:35.990682
updated_at2024-07-30 03:14:14.920613
descriptionAnother JS Runtime
homepage
repositoryhttps://github.com/jstime/jstime
max_upload_size
id278490
size38,432
Myles Borins (MylesBorins)

documentation

README

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
Commit count: 579

cargo fmt