[go-nuts] Re: Golang and WebAssembly

2017-02-28 Thread Dmitry Pavluk
FYI there's now a GItHub issue tracking the developent of wasm support. On Tuesday, July 7, 2015 at 9:08:22 PM UTC-4, Ilya Kowalewski wrote: > > Salute nuts, > > I read about WebAssembly (WA) recently and this topic haven't left my head > ever since.

[go-nuts] Re: Golang and WebAssembly

2016-12-17 Thread Ivan Perevezentsev
Yes, WebAssembly would be really nice replacement for gopherjs, especially for game development. Go already reached realtime garbage collection using native runtime, so theoretically we can make smooth games with 60 FPS. But gopherjs transpiles Go into JavaScript, which adds additional

[go-nuts] Re: Golang and WebAssembly

2016-10-20 Thread Arif Hussain
I loved the idea of Go to Js transpiler. The only problem I had with Gopherjs was that it was creating huge output files, so I don't think it will be great for production right now. On Wednesday, July 8, 2015 at 8:51:29 AM UTC+5, andrewc...@gmail.com wrote: > > Fyi, Go already works in the

Re: [go-nuts] Re: Golang and WebAssembly

2016-10-18 Thread bob
+1 for 'Web-assembly is still some time in the *feature*' On Sunday, July 12, 2015 at 8:15:41 AM UTC+1, Axel Wagner wrote: > > Tarrant Rollins writes: > > My understanding, and I could be wrong, is that web assembly is > > largely a binary pre-parsed tree of asm.js