Hey so question - WebAssembly can't access the DOM right? What's the whole point then, avoid Javascript? If we can't just swap out all the gnarly JS garbage whole-hog, I don't see where the business value is, given that there's plenty of language-to-js libraries.
Go gets preliminary WebAssembly support
21–30 of 99 posts
Re: Go gets preliminary WebAssembly support
#22Re: Go gets preliminary WebAssembly support
#23Article mentions that the compiled code will also run on Node.js, does it mean it will be possible to use all zillions of NPM modules from Go at some point in time?
Re: Go gets preliminary WebAssembly support
#24I really wish WebAssembly did not use the word "Assembly". It doesn't really resemble any actual assembly language. And if you look at the comments in this thread, for example, a lot of people think it's letting you have something like arbitrary machine code.
Re: Go gets preliminary WebAssembly support
#25Hey so question - WebAssembly can't access the DOM right? What's the whole point then, avoid Javascript? If we can't just swap out all the gnarly JS garbage whole-hog, I don't see where the business value is, given that there's plenty of language-to-js libraries.
Re: Go gets preliminary WebAssembly support
#26Re: Go gets preliminary WebAssembly support
#27Re: Go gets preliminary WebAssembly support
#28I really wish WebAssembly did not use the word "Assembly". It doesn't really resemble any actual assembly language. And if you look at the comments in this thread, for example, a lot of people think it's letting you have something like arbitrary machine code.
Re: Go gets preliminary WebAssembly support
#29Could this be used to get native gRPC support for the browser?
Re: Go gets preliminary WebAssembly support
#30What are the challenges to provide a standard GC interface that all managed languages can leverage.