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#2
Sep 9, 2021
All
github.com/svaarala/duktape
b295670e4b
Complex license
Manifest