Skip to content

Commit

Permalink
Added multithreading, optimizations and multiple file intake
Browse files Browse the repository at this point in the history
  • Loading branch information
VoltagedDebunked committed Oct 13, 2024
1 parent 85307ab commit 0b76b35
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Zen is a high-performance JavaScript runtime built in Rust. It executes code fas
- Built using Rust for safety and performance
- Multiple file execution and concurrency
- Blazingly fast multithreading
- Infinite amount of JS files to run concurrently

## Getting Started

Expand Down Expand Up @@ -46,6 +47,13 @@ You can run a JavaScript file using Zen with the following command:
```bash
zen input.js
```
Or run multiple files:

```bash
zen input.js input2.js input3.js
```

Zen can execute any amount of files you provide.

### Docker Setup

Expand Down

0 comments on commit 0b76b35

Please sign in to comment.