https://github.com/mokshit06/js-runtime
Experimental JS and TS runtime using v8
https://github.com/mokshit06/js-runtime
Last synced: 9 months ago
JSON representation
Experimental JS and TS runtime using v8
- Host: GitHub
- URL: https://github.com/mokshit06/js-runtime
- Owner: Mokshit06
- Created: 2021-11-03T04:33:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-07T17:02:43.000Z (about 4 years ago)
- Last Synced: 2025-01-29T17:11:26.185Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# JS Runtime
Experimental JS and TS runtime that uses v8 and is built in Rust
## Run
```bash
cargo run test.ts
```