diff options
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r-- | runtime/js/99_main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js index da5b5f1b8..ffb479c32 100644 --- a/runtime/js/99_main.js +++ b/runtime/js/99_main.js @@ -390,7 +390,6 @@ function bootstrapMainRuntime(runtimeOptions) { throw new Error("Worker runtime already bootstrapped"); } - core.initializeAsyncOps(); performance.setTimeOrigin(DateNow()); globalThis_ = globalThis; @@ -523,7 +522,6 @@ function bootstrapWorkerRuntime( throw new Error("Worker runtime already bootstrapped"); } - core.initializeAsyncOps(); performance.setTimeOrigin(DateNow()); globalThis_ = globalThis; |