#160 mentions that Android wasn't supported at the time. It appears that maybe it is now (tier 3) according to https://docs.wasmtime.dev/stability-tiers.html? I'm trying to build a cross-platform app in Python (see [here](https://github.com/beeware/beeware/issues/507) for full background). My app needs to run ffmpeg for some audio processing. I'm hoping that I can use a [WASI build of ffmpeg](https://github.com/SebastiaanYN/FFmpeg-WASI) with wasmtime-py to avoid cross-platform issues, but I need wasmtime-py to run on Android for that to be viable.