Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 744 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 744 Bytes

Duktape JSI

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:

  1. a runtime-agnostic C++ wrapper around Duktape
  2. 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.