Earlier quoted context omitted.
Not true. NaCl is pretty big in some areas of Consumer Electronics.
Can you provide some examples?
Goodbye PNaCl, Hello WebAssembly
51–60 of 352 posts
Re: Goodbye PNaCl, Hello WebAssembly
#52A good reminder not to invest in any Google specific technology.
> We recognize that technology migrations can be challenging.
You recognize you wasted a lot of people's time.
Re: Goodbye PNaCl, Hello WebAssembly
#53Earlier quoted context omitted.
Yeah. Wouldn't it be great if they just created a simple VM with well specified bytecode so that we could push the complexity into our tooling and just compile into the standard target?
And if that VM ran on over 2 billion devices, on every toaster out there? In the end, this all is just reinventing the JVM, in slower, but more secure.
(However, I don't agree. I remember the horrible Java applets and I am thankful that I pretty much never encounter any of them these days.)
Re: Goodbye PNaCl, Hello WebAssembly
#54As a web developer working primarily in JS, what should I be learning now to stay relevant/up-to-date once WebAssembly is more common? Are we going to see more web stuff built with c++, like the dsp example in this blog post?
Re: Goodbye PNaCl, Hello WebAssembly
#55Then perhaps Andreas Gal's "Chrome Won" assertion wasn't entirely accurate. After all WebAssembly is something that was derived from Mozilla's asm.js.
The assertion was about market share so the fact that Chrome might have adopted some mozilla-derived technology doesn't affect its accuracy.
Re: Goodbye PNaCl, Hello WebAssembly
#56The most material result of this is that Chromebooks won't have a working SSH client starting sometime next year, because WebAssembly can't do real sockets without an external proxy.
Re: Goodbye PNaCl, Hello WebAssembly
#57Looks like Mozilla won this fight. When Mozilla didn't accept PNaCl and Pepper API proposed by Google, Mozilla went down the ASM path which now led us to Web Assembly being the general way forward.
Re: Goodbye PNaCl, Hello WebAssembly
#58Earlier quoted context omitted.
Can you provide some examples?
E.g. http://developer.samsung.com/tv/develop/extension-libraries/...
Re: Goodbye PNaCl, Hello WebAssembly
#59Earlier quoted context omitted.
The assertion was about market share so the fact that Chrome might have adopted some mozilla-derived technology doesn't affect its accuracy.
Yep, consider x86_64. That's an AMD instruction set but it's very safe to say that Intel at the moment has won the desktop CPU market.
Re: Goodbye PNaCl, Hello WebAssembly
#60This one I'm fine with since WebAssembly is a worthy replacement, but I'm still annoyed at Google discontinuing Chrome Apps. Some examples of specialized apps I use all the time that would require a native app otherwise: - Signal Desktop - TeamViewer - Postman - SSH client - Cleanflight drone configuration tool It was one of the best things that happened to Linux desktops in a long time and removing it hurts users an…