8000 GitHub - jstime/jstime: another runtime
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jstime/jstime

Repository files navigation

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

About

another runtime

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

0