webui
webui copied to clipboard
Support on-demand compilation of webview-support
In some cases, webview is not needed. Could you add a macro (eg. WEBUI_ENABLE_WEBVIEW) to control if compile webview support or not?
Yes, it's possible to add it, but WebUI use dynamic load technic (hardcoded COM), so the WebUI library does not link with any WebView's dependencies, no WebView symbols... therefore, no reason to worry about it.
However, adding WEBUI_ENABLE_WEBVIEW may make WebUI even smaller with few Kb less.