An open API service indexing awesome lists of open source software.

https://github.com/dflemstr/duk

A high-level wrapper around the Duktape Javascript/EcmaScript interpreter.
https://github.com/dflemstr/duk

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# duk [![Build Status](https://travis-ci.org/dflemstr/duk.svg?branch=master)](https://travis-ci.org/dflemstr/duk)
A high-level wrapper around the [Duktape][1] 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.

[1]: http://duktape.org/