5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-11 06:29:29 +08:00
wails/v3/internal/commands/build_assets/runtime/compiled.go
2024-02-01 21:09:03 +11:00

10 lines
133 B
Go

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