82 releases (49 breaking)
0.54.0 | Jul 30, 2024 |
---|---|
0.52.0 | Jul 10, 2024 |
0.50.0 | Mar 8, 2024 |
0.47.0 | Nov 20, 2023 |
0.15.0 | Oct 19, 2020 |
#1530 in Web programming
31KB
515 lines
jstime
Another JavaScript Runtime
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
- MylesBorins - Myles Borins (he/him)
Collaborators
- bengl - Bryan English (he/him)
- bdougie - Brian Douglas
- codebytere - Shelley Vohr
- devsnek - Gus Caplan
- EstebanBorai - Esteban Borai
- jalafel - Jess Tran
- MylesBorins - Myles Borins (he/him)
- solumos - Tom Hadley
TODO
Dependencies
~79MB
~1.5M SLoC