mirror of https://github.com/tinygo-org/tinygo.git
Kenneth Bell
2 years ago
committed by
Ron Evans
2 changed files with 13 additions and 3 deletions
@ -0,0 +1,13 @@ |
|||
package machine |
|||
|
|||
import ( |
|||
_ "unsafe" |
|||
) |
|||
|
|||
//
|
|||
// This file provides access to runtime package that would not otherwise
|
|||
// be permitted due to linker dependencies.
|
|||
//
|
|||
|
|||
//go:linkname gosched runtime.Gosched
|
|||
func gosched() |
Loading…
Reference in new issue