tinygo/src/runtime/runtime_nintendoswitch_noheap.go
Lucas Teske 3650c2c739 nintendoswitch: Add experimental Nintendo Switch support without CRT
Bare minimal nintendo switch support using LLD
2020-07-31 00:58:09 +02:00

7 строки
92 Б
Go

// +build nintendoswitch
// +build gc.none gc.extalloc
package runtime
func preinit() {}