Stream: git-wasmtime

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


view this post on Zulip Wasmtime GitHub notifications bot (May 19 2020 at 16:43):

redradist commented on Issue #510:

@igrep

Oh, thank you! I wrote my .cargo/config in a wrong way!
Changing the target.i686-linux-android section into below fixed!

toml [target.i686-linux-android] ar = "D:/p/Android/Sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/windows-x86_64/bin/i686-linux-android-ar.exe" linker = "D:/p/Android/Sdk/ndk/20.0.5594570/toolchains/llvm/prebuilt/windows-x86_64/bin/i686-linux-android29-clang.cmd"

Have you compiled wasmtime successfully for Android ?

view this post on Zulip Wasmtime GitHub notifications bot (May 19 2020 at 23:10):

igrep commented on Issue #510:

No. I successfully avoided the error, but I gave up after that because Cranelift didn't support i686 (at least then).


Last updated: Nov 22 2024 at 16:03 UTC