rjs-team / rjs

Native Javascript environment using Rust and Mozilla's SpiderMonkey JS engine.
9 stars 3 forks source link
javascript rust webgl

rjs

Native Javascript environment using Rust and Mozilla's SpiderMonkey JS engine.

Why?

This project would like to be:

This is going to take a lot of work, and there are things for everyone to do, so peek into the Issues and look for a "help wanted" issue to get started!

Why not?

Building from source

Setting up dependencies

The single biggest dependency in this project is rust-mozjs, which requires that you have the following installed:

Arch Linux

# In the folder you want to clone into...
pacman -S base-devel python2 cmake

Windows

TODO

Building