tkkcc commented on issue #510:
@igrep have you tried some other technics to run wasm on android x86 abi.
igrep commented on issue #510:
@tkkcc Unfortunately, I've never successfully run wasm on Android x86. Once I run wasmer on Android x86-64 by https://github.com/iijlab/wasmonandroid. But it's about 64bit, and I guess it doesn't work with the latest wasmer.
tkkcc commented on issue #510:
Thanks for reply. I just tried a bit, and fail too. I tried wasmer llvm-compiler feature, as llvm-sys support static linking, it may be work. but i can't even run the example on my pc.
cfallin commented on issue #510:
We still do not support 32-bit x86 (#1980), aka
i686
; if anyone would like to contribute support, that would be fantastic, but unfortunately no one has had time so far. 64-bit x86 (x86_64
) works fine for Linux/Windows/macOS/FreeBSD/...; if there are issues building for Android/x86_64 and someone has a patch we'd be interested in that too.
Last updated: Nov 22 2024 at 16:03 UTC