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


-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 repo reveals that the keyword: "wasm" is appearing:
> https://github.com/golang/go/search?&q=wasm
>
> Is there a main discussion for making "Go To Web Assembly" ?   =)
>

the main discussion is there:

- https://github.com/golang/go/issues/18892

with all the CLs that add wasm support to the Go compiler at the bottom.

-s

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.