mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
generalize -scheduler=none to support most platforms
This commit is contained in:
@@ -39,9 +39,7 @@ var _ebss [0]byte
|
||||
//go:export main
|
||||
func main() {
|
||||
preinit()
|
||||
initAll()
|
||||
postinit()
|
||||
callMain()
|
||||
run()
|
||||
abort()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user