mozjs 0.7.1

Rust bindings to the Mozilla SpiderMonkey JavaScript engine.
Documentation

rust-mozjs

Rust bindings to SpiderMonkey

Documentation

Setting up your environment

Rust

This project requires Rust nightly-2018-03-25 or greater. For installation of the Rust toolchain see https://rustup.rs/.

Other dependencies

macOS

On macOS (Homebrew)

brew install automake pkg-config python2 cmake

Building the project

cargo build

Testing the project

cargo test