# Advancing Embedded Go: Recoverable Panics, UEFI, Radio and Hardware Dev Kit

DevFeed: [Advancing Embedded Go: Recoverable Panics, UEFI, Radio and Hardware Dev Kit](<https://devfeed.tech/articles/advancing-embedded-go-recoverable-panics-uefi-radio-and-hardware-dev-kit-8460.md>)

Original publisher: [Read original article](<https://www.infoq.com/news/2026/09/tinygo-devkit/>)

Author: Olimpiu Pop

Published: 2026-09-11T05:05:00Z

Content type: news

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [Go Language](<https://devfeed.tech/topics/go-language.md>), [Embedded Software Dev](<https://devfeed.tech/topics/embedded-software-dev.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [development](<https://devfeed.tech/tags/development.md>), [embedded](<https://devfeed.tech/tags/embedded.md>), [embedded-software-dev](<https://devfeed.tech/tags/embedded-software-dev.md>), [errors](<https://devfeed.tech/tags/errors.md>), [go](<https://devfeed.tech/tags/go.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [llvm](<https://devfeed.tech/tags/llvm.md>), [networking](<https://devfeed.tech/tags/networking.md>), [news](<https://devfeed.tech/tags/news.md>), [release](<https://devfeed.tech/tags/release.md>), [tiny-go](<https://devfeed.tech/tags/tiny-go.md>), [tinygo-devkit](<https://devfeed.tech/tags/tinygo-devkit.md>), [wasm](<https://devfeed.tech/tags/wasm.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

## AI overview

TinyGo 0.42 adds recoverable runtime panics, Go 1.27 and LLVM 22 support, and a UEFI target. The article also covers prior wireless and board support, WebAssembly and WASI compilation, and the TinyGo Starter Kit with Seeed Studio XIAO.

## Source excerpt

TinyGo version 0.42 introduces significant updates, including recoverable panics and support for Go 1.27 and LLVM 22, improving error handling and enabling Go code to run as UEFI applications. The TinyGo Starter Kit with Seeed Studio XIAO facilitates hardware use for developers, featuring an ESP32-C3 board and modular sensors. These features enhance its functionality for embedded systems and Wasm. By Olimpiu Pop