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:
@@ -4,11 +4,11 @@ package runtime
|
||||
|
||||
type timeUnit int64
|
||||
|
||||
func postinit() {}
|
||||
|
||||
//go:export Reset_Handler
|
||||
func main() {
|
||||
preinit()
|
||||
initAll()
|
||||
go callMain()
|
||||
scheduler()
|
||||
run()
|
||||
abort()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user