Examples using TinyGo for Nintendo Switch
- DevKitPro for Switch (see Setting up Development Environment)
- TinyGo with Nintendo Switch Support (https://github.com/racerxdl/tinygo on nintendoswitch branch)
- Linkle (see https://github.com/MegatonHammer/linkle)
Go to the example folder and then run:
tinygo build -target nintendo-switch -o hello-world.elf linkle nro hello-world.elf hello-world.nroThat should generate a nro file that runs on Yuzu or Atmosphere
If you have linkle and tinygo in path, you can run make