semmypurewal / duktape-jsi

JSI bindings for Duktape

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

JSI bindings for Duktape

License:MIT License


Languages

Language:C 83.8%Language:C++ 11.4%Language:Python 3.1%Language:JavaScript 1.2%Language:Makefile 0.2%Language:CMake 0.2%Language:Starlark 0.1%Language:CSS 0.0%Language:HTML 0.0%Language:CoffeeScript 0.0%