Skip to content

dr-bonez/duk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

duk Build Status

A high-level wrapper around the Duktape Javascript/EcmaScript interpreter.

Currently, the focus is around supporting "extension"/"plug-in" use cases, so the primary supported functionality is:

  • Loading code.
  • Calling functions and getting their result.

Other use-cases (like exposing Rust functions to JS) are not yet implemented.

About

A high-level wrapper around the Duktape Javascript/EcmaScript interpreter.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.5%
  • Python 2.1%
  • JavaScript 1.3%
  • Rust 0.8%
  • C++ 0.7%
  • Objective-C 0.3%
  • Other 0.3%