mirror of https://github.com/mode777/rayjs.git
Update readme.md
This commit is contained in:
parent
663f8ec4b9
commit
9dff4d624a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue