Update readme.md

This commit is contained in:
Alexander Klingenbeck 2023-05-23 23:23:38 +02:00 committed by GitHub
parent 663f8ec4b9
commit 9dff4d624a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -44,7 +44,8 @@ rayjs will run code in three different modes
The directory of the main Javascript module will also be the working directory of the app. Modules and resources will be loaded relative to it.
## Building
Here are some basic steps if you want to compile rayjs yourself:
Here are some basic steps if you want to compile rayjs yourself.
You should use CMake for building. **Please note that QuickJS needs Mingw in order to compile correctly on Windows**
### Check out required files
```bash
@ -64,4 +65,4 @@ make
## Performance
QuickJS is one of the [faster JS interpreters](https://bellard.org/quickjs/bench.html). I'm getting about 13000 bunnys in bunnmark before dropping any frames on my 2020 Macbook Air M1 which seems pretty good.
![Bunnymark](doc/bunny.png)
![Bunnymark](doc/bunny.png)