"👋 For the time being I'm still..." <- > <@posborne:matrix.org> 👋 For the time being I'm still on hibernation from the WG but have started up a new job working on the wasmtime wasm compiler/interpreter. Recently, some [changes have been made](https://bytecodealliance.org/articles/wasmtime-portability) to increase the suitability of the project for additional use cases, including embedded (no_std, no virtual memory support). > > I'm looking to potentially increase our coverage for these code paths in-tree and am wondering if there is a good example showing compilation to an embedded target (e.g. thumbv7-none-eabihf) and a CI setup to run code on that target to assert it is working correctly (presumably qemu with an assert on expected uart output). Try the rust-embedded/cortex-m repo, or knurling-rs/defmt. I think both run test code on qemu.