mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-11 06:29:29 +08:00
10 lines
133 B
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
|