mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-27 15:59:04 +00:00
nintendoswitch: Add experimental Nintendo Switch support without CRT
Bare minimal nintendo switch support using LLD
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +build nintendoswitch
|
||||
|
||||
// +build gc.none gc.extalloc
|
||||
|
||||
package runtime
|
||||
|
||||
func preinit() {}
|
||||
Reference in New Issue
Block a user