RustedJS
Experimental engine. Stay tuned for more information! ;)
Environment
Supported operating systems:
Ubuntu
Required Ubuntu version:
- 16.04
Required packages:
- Rust-lang (see: https://www.rust-lang.org/en-US/install.html)
Cloning the source
The JerryScript is a git submodule in this project. So, you can clone everything with the following command:
git clone --recursive https://github.com/loki04/rustedjs.git
Building
The building of this project is based on cargo.
Use the following command to build the project:
$ cargo build
Running
You can use the cargo-based execution or you can use your own custom method as well.
For example:
$ cargo run -- -t
Hello from test1.js!
Hello from test2.js!
License
The project license can be found in the LICENSE file.