-
i use wails to build an app. In production, when i open the file generated by I don't know why. is there anyway we could avoid it? only one process with many webview2 processes |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Wails internally uses WebView2 of Microsoft to render the HTML frontend and that runs out of the main process. That's why you see those WebView2 processes and they are just normal. It's an essential component of Wails on Windows. Sometimes the task manager fails to group them together correctly. IIRC this happens when the task manager is already running when starting the Wails application. |
Beta Was this translation helpful? Give feedback.
Wails internally uses WebView2 of Microsoft to render the HTML frontend and that runs out of the main process. That's why you see those WebView2 processes and they are just normal. It's an essential component of Wails on Windows.
Sometimes the task manager fails to group them together correctly. IIRC this happens when the task manager is already running when starting the Wails application.