What are the challenges to provide a standard GC interface that all managed languages can leverage.
Go gets preliminary WebAssembly support
11–20 of 99 posts
Re: Go gets preliminary WebAssembly support
#12A GCed language Go is with split stack semantics Webassembly will only be a second class citizen.
Re: Go gets preliminary WebAssembly support
#13Re: Go gets preliminary WebAssembly support
#14Re: Go gets preliminary WebAssembly support
#15Could this be used to get native gRPC support for the browser?
Re: Go gets preliminary WebAssembly support
#16Hey 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
#17Hey 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
#18Hey 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
#19Hey 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
#20Hey 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.
As weird as this might sound, I see WebAsssembly more like a portable shared library format than a JavaScript replacement.