-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upgrade to go 1.22 ? #1
Comments
There is currently active work to add generics and Go 1.20 support. Once that work is complete, support for newer versions of Go will follow. As to this repository - it's an okay demo, although it served more of a proof-of-concept purpose for the go-app framework running under GopherJS instead of WebAssembly. |
Cool. Are you "supported" by google like the tinygo team is or this is a labour of love as they say ?
yeah I know. |
Nope, GopherJS is not affiliated with Google in any way. I work on it mostly because it's an interesting problem to play with :) I know some of the people who contribute to the project do use it in the professional context. |
Hey @nevkontakte
I am looking into using gophers for projects and this repo is quite a good example of the practical aspects of using and evaluating gophers ?
Was wondering how hard it would be to upgrade it to latest golang ?
BTW I use gobrew to easily run many golang versions. it can detect the go version inside each golang module and install it on the fly. Might be useful for this ...
It is itself written in golang.
The big advantage is that it leaves your normal golang completely alone and does not mess with it. I make a make include that does exactly this so I can reuse it on all projects.
The text was updated successfully, but these errors were encountered: