aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
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