diff --git a/src/Components/Web.JS/src/Boot.WebAssembly.ts b/src/Components/Web.JS/src/Boot.WebAssembly.ts index 102bbd830b36..5fd2f2bffc46 100644 --- a/src/Components/Web.JS/src/Boot.WebAssembly.ts +++ b/src/Components/Web.JS/src/Boot.WebAssembly.ts @@ -119,7 +119,7 @@ async function boot(options?: Partial): Promise { } // Start up the application - await platform.callEntryPoint(resourceLoader.bootConfig.entryAssembly); + platform.callEntryPoint(resourceLoader.bootConfig.entryAssembly); } function invokeJSFromDotNet(callInfo: Pointer, arg0: any, arg1: any, arg2: any): any {