https://github.com/jstime/jstime
another runtime
https://github.com/jstime/jstime
Last synced: 8 months ago
JSON representation
another runtime
- Host: GitHub
- URL: https://github.com/jstime/jstime
- Owner: jstime
- License: apache-2.0
- Created: 2020-08-15T05:02:21.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T18:00:19.000Z (9 months ago)
- Last Synced: 2025-04-07T19:21:40.676Z (9 months ago)
- Language: Rust
- Size: 751 KB
- Stars: 314
- Watchers: 7
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
- awesome-list - jstime
README
# jstime
> Another JavaScript Runtime

## Using the binary
You can find the latest jstime binary on the [release page](https://github.com/jstime/jstime/releases)
Alternatively you can install with cargo
```bash
$ cargo install jstime
```
### As a repl
```bash
$ jstime
Welcome to jstime!
>>
```
### Run a script
```bash
$ cat hello-world.js
console.log("hello world");
$ jstime hello-world.js
hello world
```
## Embed it!
Check out the [README.md for jstime-core](./core/README.md) 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](./GOVERNANCE.md).
### Chair
* [MylesBorins](https://github.com/MylesBorins) - **Myles Borins** (he/him)
### Collaborators
* [bengl](https://github.com/bengl) - **Bryan English** (he/him)
* [bdougie](https://github.com/bdougie) - **Brian Douglas**
* [codebytere](https://github.com/codebytere) - **Shelley Vohr**
* [devsnek](https://github.com/devsnek) - **Gus Caplan**
* [EstebanBorai](https://github.com/EstebanBorai) - **Esteban Borai**
* [jalafel](https://github.com/jalafel) - **Jess Tran**
* [MylesBorins](https://github.com/MylesBorins) - **Myles Borins** (he/him)
* [solumos](https://github.com/solumos) - **Tom Hadley**
## TODO
* [fetch](https://fetch.spec.whatwg.org/)
* Some sort of system interface, maybe [WASI](https://wasi.dev/)