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.
- Host: GitHub
- URL: https://github.com/dflemstr/duk
- Owner: dflemstr
- Created: 2016-07-11T22:57:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T10:16:03.000Z (almost 3 years ago)
- Last Synced: 2024-04-30T08:43:34.687Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 4.98 MB
- Stars: 3
- Watchers: 4
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - duk
README
# duk [](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/