microsoft / hermes-windows

Hermes is a small and lightweight JavaScript engine optimized for running React Native apps..
https://hermesengine.dev
MIT License
55 stars 33 forks source link

App consuming Hermes is missing destructors #19

Open asklar opened 4 years ago

asklar commented 4 years ago

When building a uwp app against hermes-windows I am finding that a bunch of functionality that is defined in jsi.cpp is missing from the dll. Namely, destructors for a lot of the types are missing, and all of the implementation for HostObject too.

Khalef1 commented 3 years ago

@mganandraj - can you follow up with @asklar here to understand the scenario and what we need to provide?

mganandraj commented 2 years ago

Hi @asklar Trying to cleanup the old issues in hermes-windows repo. Do you still need this looked into ? Thanks!

asklar commented 2 years ago

I haven't tried this recently. I think it would be useful to have some basic sanity test in the form of an app that only starts up a hermes engine and runs some JS (all separate from RNW).

mganandraj commented 2 years ago

I haven't tried this recently. I think it would be useful to have some basic sanity test in the form of an app that only starts up a hermes engine and runs some JS (all separate from RNW).

Agreed. We had such an app long time back!