5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 14:39:30 +08:00
wails/v3/internal/commands/build_assets/runtime/compiled.go

10 lines
133 B
Go

package runtime
import _ "embed"
//go:embed runtime.js
var runtimeJS []byte
//go:embed runtime.debug.js
var runtimeDebugJS []byte