Re: [go-nuts] Writing a Compiler for Web Assembly

2018-05-11 Thread Jan Mercl
On Fri, May 11, 2018 at 1:59 PM Chris FractalBach wrote: > Is there a main discussion for making "Go To Web Assembly" ? =) Here's the issue: https://github.com/golang/go/issues/18892 Progress can be seen eg. here: https://groups.google.com/forum/#!searchin/golang-codereviews/wasm%7Csort:date

Re: [go-nuts] Writing a Compiler for Web Assembly

2018-05-11 Thread Sebastien Binet
On Fri, May 11, 2018 at 1:59 PM Chris FractalBach wrote: > So I've been playing around with compilers lately, and thought it might be > fun to write a compiler from Go to web assembly! > I notice it has been mentioned before, but discussion seems to be > scattered around. > > searching the github

[go-nuts] Writing a Compiler for Web Assembly

2018-05-11 Thread Chris FractalBach
So I've been playing around with compilers lately, and thought it might be fun to write a compiler from Go to web assembly! I notice it has been mentioned before, but discussion seems to be scattered around. searching the github repo reveals that the keyword: "wasm" is appearing: https://github.