rust-hermes / rusty_hermes

Rust bindings for the Hermes JavaScript engine

Home Page:https://rust-hermes.github.io/rusty_hermes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rusty_hermes

Warning

This crate currently only supports Linux and macOS. Adding Windows support should be trivial.

Rust wrapper for Hermes JavaScript engine.

→ Browse Docs

Crates:

Install the required dependencies:

Ubuntu

apt install cmake git ninja-build libicu-dev python zip libreadline-dev

Arch

pacman -S cmake git ninja icu python zip readline

macOS via Homebrew

brew install cmake git ninja

Add to your Cargo.toml:

rusty_hermes = { git = "https://github.com/rust-hermes/rusty_hermes", branch = "main" }

About

Rust bindings for the Hermes JavaScript engine

https://rust-hermes.github.io/rusty_hermes/

License:MIT License


Languages

Language:Rust 99.3%Language:C 0.7%