LibraryActive

Wails Runtime

Utility library for Wails apps with Go and JavaScript APIs for window, menu, dialog, events, browser, log, and clipboard operations.

Open source page

Field note

What it does

The Wails Runtime provides utility methods for Wails applications, available in both Go and JavaScript. It includes methods for window management, menus, dialogs, events, browser functions, logging, and clipboard access. The Go runtime is imported from github.com/wailsapp/wails/v2/pkg/runtime and requires a context. The JavaScript runtime is exposed via window.runtime.

Capabilities

Available capabilities

Tags

Tags

No tags filed yet.

Ways to use it

Ways to use it

sdk

Go / Not filed

Product features

Product features

Environment

Returns details of the current environment.

Hide

Hides the application.

Quit

Quits the application.

Reset Signal Handlers

Resets signal handlers to allow panic recovery from nil pointer dereferences and other memory access violations. Linux only.

Show

Shows the application.