WebAssembly – Necessity is the Mother of Reinvention?

WebAssembly – Necessity is the Mother of Reinvention?
It’s almost like p-code for the web. Or, something you compile your script to, so that it can be reinterpreted and recompiled within the browser.

http://techcrunch.com/2015/06/17/google-microsoft-mozilla-and-others-team-up-to-launch-webassembly-a-new-binary-format-for-the-web/

10 thoughts on “WebAssembly – Necessity is the Mother of Reinvention?

  1. Race Vanderdecken – it will actually speed up the web.  Think of it as pre-interpreted javascript.  It takes less bandwidth, and it is faster to execute as you don’t have to parse text.

  2. Christopher Gaul – It’s probably not a larger malware risk than js, considering it runs in a similar kind of sandbox that js does.

  3. Was this not the point of Java? I’m confused.

    I’m also confused because it feels like this intermediate language stuff is obscuring either the intention or the perceived need to turn the browser into a container host.

  4. I don’t disagree about the junk – but I don’t see the direct relation to this.  This may lead to better code, with less rotten code to slow down your browser.

Leave a Reply