tinygo-org / tinygo

Go compiler for small places. Microcontrollers, WebAssembly (WASM/WASI), and command-line tools. Based on LLVM.
https://tinygo.org
Other
14.72k stars 858 forks source link

Add signal stubs #4270

Closed leongross closed 1 month ago

leongross commented 1 month ago

To make more u-root commands build using tinygo, add stubs for signaling capabilities.

leongross commented 1 month ago

@aykevl @deadprogram @scottfeldman

deadprogram commented 1 month ago

Thanks for adding this @leongross and thanks @dgryski for review. Now merging.

leongross commented 4 weeks ago

Thanks @deadprogram @dgryski this will come in handy!