Hacker News new | ask | show | jobs
by ragerino 2620 days ago
Kind of funny. WebAesembly is basically like a pre-installed Java Browser Plugin.
1 comments

Without all the bugs and security holes.
Everything was intended to be secure but no one writes perfectly secure code, same goes for WASM. Java exposed a lot of system access (files, devices, I/O) that you just don't have in WASM. In that aspect it's more secure, but it also does less. If you're going to include the browser APIs, you can argue they're just as insecure as Java given their less than stellar history.
Name any technology that loads and executed remote content with a better track record than browsers and JavaScript. At least anything with even 1% the capability.