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.5.0#0
Feb 11, 2020
All
github.com/svaarala/duktape
08c951fef9
Complex license
Control