Skip to content

Commit

Permalink
Update roadmap documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
leaanthony committed Dec 22, 2023
1 parent 3e419de commit cf7537d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkdocs-website/docs/en/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ We also want to get all examples working on Linux.
#### How Can I Help?

You can generate bindings using the `wails3 generate bindings` command. This will generate bindings for all exported struct methods bound to your project.
You can then use these bindings in your frontend code. You can see an example of this in the `examples/bindings` directory.
Run `wails3 generate bindings -help` to view options that govern how bindings are generated.

The tests for the bindings generator can be found [here](https://github.com/wailsapp/wails/tree/v3-alpha/v3/internal/parser) with the test data located in the `testdata` directory.

Review the table below and look for untested scenarios. The parser code and tests are located in `v3/internal/parser`. All tests can be run using `go test ./...` from the `v3` directory.
Basically, try to break it and let us know if you find any issues! :smile:

Expand Down

0 comments on commit cf7537d

Please sign in to comment.