Replies: 1 comment 2 replies
-
You don't have to use Go 1.18, you can use any as long as the older install is also there, see: https://developer.fyne.io/started/webapp. There is an ongoing discussion, see #4330, it was considered on our latest contributor call that perhaps GopherJS should not be included going forward. It is being discussed. However in response to the actual question - no, the technology should not be the name of a OS target as that's an implementation detail. A relevant question could be "should GopherJS be disabled by default" which makes this a duplicate question. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The default
fyne serve
command target is "web" which requires thegopherjs
compiler, which in turn only supports up to Go 1.18, so unless you use an old version of Go you get an error like:Would it make more sense to have
wasm
as the default target, or am I missing something?Now that Go has WASM compilation support, does it make any sense to have a "gopherjs" (JavaScript) target?
Beta Was this translation helpful? Give feedback.
All reactions