9 lines
148 B
Go
9 lines
148 B
Go
|
//go:build windows && native_webview2loader
|
||
|
|
||
|
package webviewloader
|
||
|
|
||
|
import _ "embed"
|
||
|
|
||
|
//go:embed arm64/WebView2Loader.dll
|
||
|
var WebView2Loader []byte
|