You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if fyne-cross is turning on CGO and triggering a compiler path that is not expected as wasm is not actually a different platform in the same way that most of our cross compiling is?
GOOS=js GOARCH=wasm fyne package -os web
Just FYI you don't need GOOS and GOARCH, fyne package does it all for you.
Describe the bug:
fyne-cross fails on Mac to build web
To Reproduce:
Steps to reproduce the behaviour:
GOOS=js GOARCH=wasm fyne package -os web
worksExample code:
Same code as here: https://github.com/fyne-io/fyne/blob/master/cmd/hello/main.go
Device and debug info (please complete the following information):
Debug info
go mod why os/user # os/user fyne-poc fyne.io/fyne/v2/app github.com/godbus/dbus/v5 os/user
The text was updated successfully, but these errors were encountered: