Stream: git-wasmtime

Topic: wasmtime / issue #510 Can't build for i686-linux-android


view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2023 at 08:37):

tkkcc commented on issue #510:

@igrep have you tried some other technics to run wasm on android x86 abi.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2023 at 09:01):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2023 at 11:40):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Aug 14 2023 at 15:02):

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: Oct 23 2024 at 20:03 UTC