mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-18 00:19:58 +01:00
* Fix relative import path computation * Fix models output path * Add option to generate bindings using bundled runtime * Update binding example * Fix testdata * Update changelog --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
533 B
533 B
Bindings Example
This example demonstrates how to generate bindings for your application.
To generate bindings, run wails3 generate bindings -b -d assets/bindings 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.CallByIDby default. This is the most secure and quickest way to call a function. In a future release, we will look at generatingwails.CallByNametoo.