Comment on Build Your First Thing with WebAssemblyparentComments−thaumasiotes10y I am curious who web assembly is for and who is really excited about it.In particular, I'm curious what web assembly is supposed to be offering that Java applets didn't.−aphextron10yJava applets ran through browser plugins that sidestepped the sandboxed browser environment that keeps users secure on the web. This would be an assembly level compile target for the Javascript VM instead.−izym10yHow about not requiring a plug-in?−thaumasiotes10yWhat's the difference between doing a lot of browser development work to add a web assembly VM, and doing the work to add a JVM?−izym10yThe WebAssembly VM is already there. It's the same VM as is used for JavaScript.
Comments
In particular, I'm curious what web assembly is supposed to be offering that Java applets didn't.
Java applets ran through browser plugins that sidestepped the sandboxed browser environment that keeps users secure on the web. This would be an assembly level compile target for the Javascript VM instead.
How about not requiring a plug-in?
What's the difference between doing a lot of browser development work to add a web assembly VM, and doing the work to add a JVM?
The WebAssembly VM is already there. It's the same VM as is used for JavaScript.