82个版本 (49个重大更新)
0.54.0 | 2024年7月30日 |
---|---|
0.52.0 | 2024年7月10日 |
0.50.0 | 2024年3月8日 |
0.47.0 | 2023年11月20日 |
0.15.0 | 2020年10月19日 |
在 Web编程 中排名 #150
每月下载量 310 次
31KB
515 代码行
jstime
另一个JavaScript运行时
使用二进制文件
您可以在发布页面找到最新的jstime二进制文件。
或者,您可以使用cargo进行安装
$ cargo install jstime
作为repl
$ jstime
Welcome to jstime!
>>
运行脚本
$ cat hello-world.js
console.log("hello world");
$ jstime hello-world.js
hello world
嵌入它!
有关如何在您的Rust应用程序中嵌入jstime的说明,请参阅jstime-core的README.md。
当前项目团队成员
有关jstime项目的治理信息,请参阅GOVERNANCE.md。
主席
- MylesBorins - Myles Borins (他/他)
协作者
- bengl - Bryan English (他/他)
- bdougie - Brian Douglas
- codebytere - Shelley Vohr
- devsnek - Gus Caplan
- EstebanBorai - Esteban Borai
- jalafel - Jess Tran
- MylesBorins - Myles Borins (他/他)
- solumos - Tom Hadley
待办事项
依赖项
~76MB
~1.5M SLoC