Skip to Content

mujs v1.3.5

Created
Updated

An embeddable Javascript interpreter in C

# 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) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

No transitive dependencies.

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • atkawa7's avatar atkawa7
  • Robert Schumacher's avatar Robert Schumacher
  • Alexander Karatarakis's avatar Alexander Karatarakis
  • Victor Romero's avatar Victor Romero
  • pravic's avatar pravic
  • Billy O'Neal's avatar Billy O'Neal
  • as-shura's avatar as-shura
  • Kai Pastor's avatar Kai Pastor
  • Jia Yue Hua's avatar Jia Yue Hua

# Changelog

  • 3bedbae [mujs] update to 1.3.5 (#41517)
  • e87380d [mujs] update to 1.3.4 (#37306)
  • 25f6132 [mujs] Missing fixes (#29635)
  • 89f522a [mujs] Update to 1.3.2 and add export CMake-config (#29543)
  • b295670 Bulk convert control files. (#19986)
  • 09a647a Delete use of vcpkg_test_cmake and vcpkg_common_functions. (#13065)
  • 18b029a [WIP] Add a Homepage URL entry for vcpkg ports (#2933)
  • 050e71d Remove references to CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS (#5937)
  • c3d34e7 Upgrades 2018.06.31
  • a650bad Updates 2018.06.15
  • 2a0bf9c Upgrades for 2018.06.12
  • 6ad96b7 2018.05.17 updates
  • fcb3033 [abseil][aws-sdk-cpp][folly][jsonnet][ms-gsl][mujs][openimageio][re2][rs-core-lib][thrift][unicorn-lib][zeromq] Upgrades [robin-map] Initial commit
  • 9151883 [mujs] init

# Source