Registry / other / wailsapp-wails

wailsapp-wails

JSON →
library2.12.0+incompatiblegogounverified

A framework for building desktop applications using Go and web technologies.

go get github.com/wailsapp/wails
INSTALL
IMPORT
SIG · WAILSAPP-WAILS
W
wailsapp-wails
othergov2.12.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wails
github.com/wailsapp/wails/v2

Minimal Wails application setup.

package main import ( "github.com/wailsapp/wails/v2" "github.com/wailsapp/wails/v2/pkg/options" ) func main() { app := wails.CreateApp(&options.App{}) if err := app.Run(); err != nil { panic(err) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.12.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
Resources
wailsapp-wails — go get wailsapp-wails · libregistry