github.com/tinygo-org/tinygo@v0.31.3-0.20240404173401-90b0bf646c27/src/machine/runtime.go (about) 1 package machine 2 3 import ( 4 _ "unsafe" 5 ) 6 7 // 8 // This file provides access to runtime package that would not otherwise 9 // be permitted due to linker dependencies. 10 // 11 12 //go:linkname gosched runtime.Gosched 13 func gosched()