What do I have link to in order to use hermes::compileJS in my C++ code? #1682
Unanswered
Please-just-dont
asked this question in
Q&A
Replies: 1 comment
-
|
The short answer is that CompileJS should not be used in 99% of the cases. It is a library to compile trusted JS source to a bytecode file at runtime, for very rare and very advanced caching scenarios. To use it, one needs to link to
CompileJS is not intended for those use cases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Also how do I make it compile the typed version, and how do I compile to native? Also when do you think we'll get some documentation?
Beta Was this translation helpful? Give feedback.
All reactions