Files

12 lines
533 B
Markdown
Raw Permalink Normal View History

2023-10-09 17:37:21 +11:00
# 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.
2023-10-09 17:37:21 +11:00
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 generating `wails.CallByName` too.