1 unstable release
0.3.0 | Dec 16, 2019 |
---|
#8 in #duktape
14MB
282K
SLoC
duk
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.
lib.rs
:
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.