How will JS code look like in unpacked APK built with Static Hermes? #1167
IslamRustam
started this conversation in
Static Hermes
Replies: 1 comment 2 replies
-
You will get a bytecode bundle and probably a natively compiled .so for the parts that you have chosen to compile to native. We still haven't quite ironed out the details of how it will be packaged. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
As you might remember, I started this discussion a while ago #1152. There I found out that if we create APK with JSC - we get index.android.bundle, which is basically minified JS. If we bundle with Hermes - we will get the same file, but it's going to be in bytecode.
If I, let's say, create an APK with Static Hermes, what am I theoretically going to get? Judging from Mikov's presentation from React Native EU 2023 I will get index.android.bundle with assembler-like code. Or something else?
Beta Was this translation helpful? Give feedback.
All reactions