1. Home
  2. Browse
  3. mujs

mujs

v1.3.5#0Latest

An embeddable Javascript interpreter in C

Install

Run the following Vcpkg command to install the port.

vcpkg install mujs

Usage

mujs can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(MUJS REQUIRED IMPORTED_TARGET mujs)
target_link_libraries(main PRIVATE PkgConfig::MUJS)

Dependencies

See source

Version

v1.3.5#0

Publication

Supports

All

GitHub

ccxvii/mujs821

Homepage

github.com/ccxvii/mujs

Subtree

3bedbaeea2

License

ISC

Definition

Manifest