mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-17 17:39:29 +08:00
![]() * Cleanup bundled runtime entry point * Fix JS representation of Screen struct * Expose IsFocused method in Window interface * Update JS window API * Fix cleanup of WML listeners * Bundle runtime as ES module * Update runtime dependencies * Update runtime types and events * Update bundled runtime * Update changelog --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com> |
||
---|---|---|
.. | ||
assets | ||
GreetService.go | ||
main.go | ||
models.ts | ||
README.md |
Bindings Example
This example demonstrates how to generate bindings for your application.
To generate bindings, run wails3 generate bindings -d assets
in this directory.
See more options by running wails3 generate bindings --help
.
Notes
- The bindings generator is still a work in progress and is subject to change.
- The generated code uses
wails.CallByID
by default. This is the most secure and quickest way to call a function. In a future release, we will look at generatingwails.CallByName
too.