We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473644d commit 29ca114Copy full SHA for 29ca114
src/runtime/runtime_wasm.go
@@ -58,6 +58,7 @@ func resume() {
58
go func() {
59
handleEvent()
60
}()
61
+ scheduler()
62
}
63
64
//export go_scheduler
0 commit comments