75 releases (42 breaking)

new 0.47.0 Nov 20, 2023
0.46.0 Sep 22, 2022
0.45.0 Jul 25, 2022
0.40.0 Mar 10, 2022
0.15.0 Oct 19, 2020
Download history 3/week @ 2023-08-10 144/week @ 2023-08-17 271/week @ 2023-08-24 151/week @ 2023-09-07 4/week @ 2023-09-21 10/week @ 2023-09-28 1/week @ 2023-10-05 1/week @ 2023-10-19 123/week @ 2023-10-26 26/week @ 2023-11-02 1/week @ 2023-11-09 100/week @ 2023-11-16

250 downloads per month

Apache-2.0

29KB
515 lines

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

Dependencies

~81MB
~1.5M SLoC