78 releases (45 breaking)

0.50.0 Mar 8, 2024
0.48.0 Jan 8, 2024
0.47.0 Nov 20, 2023
0.46.0 Sep 22, 2022
0.15.0 Oct 19, 2020

#4 in #repl

Download history 5/week @ 2024-01-08 26/week @ 2024-02-12 10/week @ 2024-02-19 22/week @ 2024-02-26 161/week @ 2024-03-04 44/week @ 2024-03-11 2/week @ 2024-03-18 286/week @ 2024-04-01

381 downloads per month

Apache-2.0

30KB
514 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

~86MB
~1.5M SLoC