vollbrecht[m]: > <@vollbrecht:matrix.org> for everything that touches the peripherals/wifi its in general not simply possible since they can only run on the xtensa/riscv targets. What people often do is separate there app logic from the peripheral stuff itself, so you have one crate that only does your stuff that also compiles against x86 and than the rest. > > There are also other alternatives like emulating the code on your host, for example through qemu or a bit more user-friendly using a service like wokwi where you can run your rust esp code directly even with the wifi driver working. oh we can emulate it using wokwi? thats hot