Hi, is there a "standard" VM image for testing aarch64 on not-aarch64 hosts? I want to try https://github.com/bytecodealliance/wasmtime/issues/8603
If you're on Linux our go-to is QEMU with its default settings, which I think includes these instructions
Hi @Chinmay Dalal -- typically we use "usermode" qemu to do testing; there's a section of the dev docs that covers it
QEMU-user-mode that is, e.g. the qemu-aarch64
executable
jinx
https://docs.wasmtime.dev/contributing-cross-compiling.html
thanks!
Last updated: Nov 22 2024 at 16:03 UTC