Skip to content
Rust front-end for JerryScript
Rust JavaScript
Branch: master
Clone or download
Cannot retrieve the latest commit at this time.
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
jerryscript @ 6739463
src
tests/example
.gitignore
.gitmodules
Cargo.toml
LICENSE
README.md
build.rs

README.md

RustedJS

Experimental engine. Stay tuned for more information! ;)

Environment

Supported operating systems:

Ubuntu

Required Ubuntu version:

  • 16.04

Required packages:

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.

You can’t perform that action at this time.