Skip to content

Koncord/dukpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DukPP

Introduction

Based on the Dukglue C++17 wrapper for the Duktape, an embeddable JavaScript library.

Features:

  • Header-only, portable bindings
  • No external dependencies
  • Support for std::optional
  • Variadic arguments
  • Function registering via indexing operator: ctx["a"]["b"]["c"] = &func
  • Access to the Duktape context from C++ code

Documentation

TODO