Experimental engine. Stay tuned for more information! ;)
Supported operating systems:
Required Ubuntu version:
- 16.04
Required packages:
- Rust-lang (see: https://www.rust-lang.org/en-US/install.html)
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
The building of this project is based on cargo
.
Use the following command to build the project:
$ cargo build
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!
The project license can be found in the LICENSE file.