JSI bindings for the Duktape JavaScript runtime.
I started this as an experimental project, but it seems fairly complete now. All JSI tests are passing (with one minor exception). In theory, this could be used in the following ways:
- a runtime-agnostic C++ wrapper around Duktape
- an alternative JavaScript engine for React Native
I haven't used this in any projects (yet) so no guarantees. But feel free to file an issue if you'd like me to help you work through a use case. I'd love to figure out how to compile this as part of React Native.