mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 10:43:29 +00:00
run init in a goroutine
This commit is contained in:
@@ -27,3 +27,7 @@ func KeepAlive(x interface{}) {
|
||||
func SetFinalizer(obj interface{}, finalizer interface{}) {
|
||||
// Unimplemented.
|
||||
}
|
||||
|
||||
func initHeap() {
|
||||
// Nothing to initialize.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user