ptitSeb
ptitSeb
Need to be able to handle `abi = 'wasix'` in `wasmer.toml` of packages.
Yes, box64 should be buildable as a static binary (with limited wrapped capability) for docker use. It's untested and experimental tho....
Yeh, I need to re-visist libEGL wrapping.
Those symbols comes from libunwind. There is an x86_64 copy shipped with box64. What is strange is that it's notloaded as needed, if it's needed? You can try to preload...
there is a version of libssl for x86_64 in the box64 repo. It should be picked up if it was installed correctly (but maybe I miss a symlink between `libssl.so.1.1`...
> Hi @ptitSeb is there any way to add the ssl additions? No. They are not in the lib. Use the Emulated version of them, it's better for libssl /...
Nice debugging, thanks! I pushed a fix, hopefully it works fine now, and without slowing down things.
I would suggest you open a ticket on box86 or box64 github with fresh results. (also, if it's still 32bits, I suggest you give box32 a try too).
There are a lot of missing symbols to solve first. And it seems it fail because it runs out of memory in the end. I'll add the missing symbols first,...
You can now try to update to latest Box64 version and try again. (note that you were using 0.2.0 version before, you need to use lastest `main` version here)