5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-12 15:09:33 +08:00
wails/v3/examples/wml
Lea Anthony 740b2b0979
Fix windows icon for about box.
Add NewRGBA and NewRGB methods.
Added README.md to all examples.
Add roadmap.md to docs
2023-10-09 20:56:19 +11:00
..
assets [v3] Fix examples background color (#2750) 2023-07-01 10:55:10 +10:00
main.go [v3] Update examples to use correct options. 2023-05-01 18:21:22 +10:00
README.md Fix windows icon for about box. 2023-10-09 20:56:19 +11:00

WML Example

This is an example of how to use the experimental WML, which provides HTMX style calling of the runtime API.

Running the example

To run the example, simply run the following command:

go run main.go

Status

Platform Status
Mac
Windows Working
Linux