An Emulator for ESP32, RP2040, and Raspberry Pi 3 (Linux) in the Browser
1–5 of 5 posts
Re: An Emulator for ESP32, RP2040, and Raspberry Pi 3 (Linux) in the Browser
#2[dead]
Re: An Emulator for ESP32, RP2040, and Raspberry Pi 3 (Linux) in the Browser
#3Found this while looking for ESP32/QEMU browser implementations. The multi-board sync between different architectures (AVR vs Xtensa) is what caught my eye. Pretty impressive use of WebAssembly
Re: An Emulator for ESP32, RP2040, and Raspberry Pi 3 (Linux) in the Browser
#4Found this while looking for ESP32/QEMU browser implementations. The multi-board sync between different architectures (AVR vs Xtensa) is what caught my eye. Pretty impressive use of WebAssembly
Creator here! Just saw this was posted. I've been working on the 2.0 release to move beyond simple AVR emulation. Integrating QEMU for the ESP32 and Pi 3 (Linux) was a massive challenge, especially maintaining sync between the different emulators in a single browser tab.
Re: An Emulator for ESP32, RP2040, and Raspberry Pi 3 (Linux) in the Browser
#5Found this while looking for ESP32/QEMU browser implementations. The multi-board sync between different architectures (AVR vs Xtensa) is what caught my eye. Pretty impressive use of WebAssembly
Creator here! Just saw this was posted. I've been working on the 2.0 release to move beyond simple AVR emulation. Integrating QEMU for the ESP32 and Pi 3 (Linux) was a massive challenge, especially maintaining sync between the different emulators in a single browser tab.
[dead]