redradist commented on Issue #510:
@igrep
Oh, thank you! I wrote my .cargo/config in a wrong way!
Changing thetarget.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 ?
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