Skip to content

Commit 29ca114

Browse files
bradleypeabodyaykevl
authored andcommitted
call scheduler from resume
1 parent 473644d commit 29ca114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/runtime_wasm.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func resume() {
5858
go func() {
5959
handleEvent()
6060
}()
61+
scheduler()
6162
}
6263

6364
//export go_scheduler

0 commit comments

Comments
 (0)