//go:build production && desktop // +build production,desktop package runtime import _ "embed" //go:embed runtime_prod_desktop.js var RuntimeDesktopJS []byte