go-switch-examples icon indicating copy to clipboard operation
go-switch-examples copied to clipboard

Examples using TinyGo for Nintendo Switch

Golang Nintendo Switch Examples

Examples using TinyGo for Nintendo Switch

Requirements

Building a example

Go to the example folder and then run:

tinygo build -target nintendo-switch -o hello-world.elf
linkle nro hello-world.elf hello-world.nro

That should generate a nro file that runs on Yuzu or Atmosphere

If you have linkle and tinygo in path, you can run make