Questions tagged [wails]

Wails is a framework for building desktop apps using Go & Web Technologies

Wails web site

18 questions
-2
votes
6 answers

Age Viewer (go) Failing to Build

I am trying to build age viewer (go) locally but it is giving an error related to react-router after running: wails dev The following error is printed: vite v3.2.5 building for production... transforming... ✓ 7 modules transformed. [vite]: Rollup…
han
  • 74
  • 7
-2
votes
9 answers

Wails Giving Error due to c Files in Project

I am trying to run age-viewer desktop application (go) on my machine (ubuntu 22.04.2) but when I run: wails dev in the terminal it gives the following error: Any help would be appreciated!
han
  • 74
  • 7
-3
votes
1 answer

How to assign the value returned by a callback function to a variable? Couldn't understand from another ques. about asynchronous call

Here, I'm using the Wails for GoLang. ref: https://wails.app/ Wails helps in giving frontend to simple golang apps. In which it uses javascript, html and css to render the ui and connect frontend to backend. I am a total stranger to Javascript. So,…
1
2