Embeddable Javascript engine with a focus on portability and compact footprint.
Run the following Vcpkg command to install the port.
vcpkg install duktape
find_package(duktape CONFIG REQUIRED)
include_directories(${CMAKE_CURRENT_SOURCE_DIR} ${DUKTAPE_INCLUDE_DIRS})
target_link_libraries(main ${DUKTAPE_LIBRARY})
v2.4.0-5#0
Oct 7, 2019
All
github.com/svaarala/duktape
726c111481
Complex license
Control