-
There's No Option To Re Assemble & Recompiler
Fix This
Tried hbctool to reassemble
Error:
assert os.path.exists(f"{path}/metadata.json"), f"metadata.json not found."
AssertionError: metada…
-
### Describe the bug
I understand that it was asked to turn the sandbox option to false in order to protect source code using bytecode plugin as it uses the nodevm, however it is kinda dangerous tbh …
-
Hi,
i tried to play a bit with ` react-native-elements.ts ` as I was trying to understand how to get access to a specific property of a JSX.Element.
I am not very familiar with React-native so…
-
感谢你做的这个库。
我用这个库打包成apk来运行,是没问题的。
但是使用expo go 预览,就会报错,调试起来就很不方便。能帮忙看下吗?谢谢你
![808db9cc7b2e5f74e0c1740e8bb6598](https://github.com/zeng-zhiming/expo-react-native-wechat/assets/9690089/21cc18e9-ea8b-463…
-
## Bug Description
When hermes run test.js, it crashed.
In hermes/external/llvh/lib/Support/SmallVector.cpp:43 SmallVectorBase::grow_pod, capacity is overflowed and caught by LLVM.
This bug is …
-
### What happened?
Due to certain esbuild optimizations, Hermes generates more bytecode compared to the standard Metro bundle.
It hepens for me with the folowing case:
I use `styled-components` a…
-
I tried to decompile hermes bytecode and failed.
` hbctool disasm assets/index.android.bundle ../hermes_out
[*] Disassemble 'assets/index.android.bundle' to '../hermes_out' path
Tracebac…
-
### Build/Submit details page URL
https://expo.dev/accounts/duxa/projects/test-app/builds/e026acc3-9e93-492b-921b-4eaca532e769
### Summary
In EAS development builds .toString() returns byte c…
-
## Problem
Continuing our [convo](https://github.com/facebook/hermes/issues/957#issuecomment-1561914135)
- https://github.com/facebook/hermes/issues/957
> We have no plans to support non-strict…
-
Hermes (and probably Moddable, QuickJS, etc?) doesn't preserve the source by default since everything is compiled to bytecode in advance. In other words "hide source" is the default. It seems that suc…