Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In iOS, is it possible to compile Hermes as a static library instead of a dynamic library? #1450

Open
vanney9 opened this issue Jun 26, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@vanney9
Copy link

vanney9 commented Jun 26, 2024

In iOS, is it possible to compile Hermes as a static library instead of a dynamic library?

@vanney9 vanney9 added the enhancement New feature or request label Jun 26, 2024
@neildhar
Copy link
Contributor

neildhar commented Jun 26, 2024

There is no inherent restriction on building Hermes as a static or dynamic library. We're not deeply familiar with the iOS build process though, so we can't offer specific suggestions on how to do it. If you're building an RN app, the iOS specific parts are maintained in RN, so the build rules in RN may be a good place to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants