Re: [go-nuts] Using go tool with third-party Go implementations

2021-01-31 Thread Alexander Zhirov
e on the Go side would be minimal. I've documented progress of this experiment so far in https://github.com/nevkontakte/gopherjs-plus/blob/tools/cmd/gopherjs-ng/README.md, and plan to keep hacking on it as time permits. пн, 11 янв. 2021 г. в 21:40, Alexander Zhirov : > > I suspect t

Re: [go-nuts] Using go tool with third-party Go implementations

2021-01-11 Thread Alexander Zhirov
ls to build standard library, since gccgo has it pre-built (as far as I understand). пн, 11 янв. 2021 г. в 19:14, Ian Lance Taylor : > On Mon, Jan 11, 2021 at 11:03 AM Alexander Zhirov > wrote: > > > > At the moment there are at least three alternative implementations of Go >

[go-nuts] Using go tool with third-party Go implementations

2021-01-11 Thread Alexander Zhirov
Hi all, At the moment there are at least three alternative implementations of Go that I know of (and there are probably some I don't): gccgo, tinygo and gopherjs. Of the three, only gccgo is supported by the go tool out of box. Looking at the source code, gc ang gccgo have their own implementat