svaarala / duktape

Duktape - embeddable Javascript engine with a focus on portability and compact footprint
MIT License
5.96k stars 516 forks source link

Can it be embedded in react native? #2350

Closed a4646054 closed 2 years ago

a4646054 commented 4 years ago

Can it be embedded in react native? Implement multithreading in RN!

dazhbog commented 4 years ago

What would be the usecase? Any more info?

semmypurewal commented 2 years ago

I don't know if anyone else has gotten this working, but I've made some progress. I wrote JSI bindings for Duktape which would be the first step in embedding this as the JS engine for React Native.

I'm planning to give this a try in the near future, but if anyone else has managed to make this happen please reach out!