Skip to content
/ duk Public

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

Notifications You must be signed in to change notification settings

dflemstr/duk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 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