aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorBrad Peabody <[email protected]>2020-05-11 17:29:04 -0700
committerAyke <[email protected]>2020-05-16 23:16:53 +0200
commit29ca1147f5f5acdd17825c7bf052f709ed4510ad (patch)
tree79dbaad07a103e37933ae9bf740664921c69515b /src
parent473644d9189c82e46061d72668416a437b74e416 (diff)
downloadtinygo-29ca1147f5f5acdd17825c7bf052f709ed4510ad.tar.gz
tinygo-29ca1147f5f5acdd17825c7bf052f709ed4510ad.zip
call scheduler from resume
Diffstat (limited to 'src')
-rw-r--r--src/runtime/runtime_wasm.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime_wasm.go b/src/runtime/runtime_wasm.go
index 02d34ffda..0b955c756 100644
--- a/src/runtime/runtime_wasm.go
+++ b/src/runtime/runtime_wasm.go
@@ -58,6 +58,7 @@ func resume() {
go func() {
handleEvent()
}()
+ scheduler()
}
//export go_scheduler