Files
wails/v2/internal/frontend/runtime/ipc.go

7 lines
75 B
Go

package runtime
import _ "embed"
//go:embed ipc.js
var DesktopIPC []byte