Thread by @JoannisOrlandos
Swift · · 1 min read · x.com ↗
Joannis Orlandos @JoannisOrlandos 2026-04-08
Did you know you can run Swift on Embedded hardware too?
ESP32, or AI on the Edge with NVIDIA Jetson. Check out Wendy, the unified tools for deploying Swift to Embedded!
Adam MacBeth @adamac 2026-04-08
Why wasm on esp32?
Joannis Orlandos @JoannisOrlandos 2026-04-09
WASM can be any language, and protects the host environment from crashes - so updating your code gets derisked.
This also allows us to support remote debugging with breakpoints - as SwiftWASM supports that!