Advertisement
Australia markets closed
  • ALL ORDS

    8,153.70
    +80.10 (+0.99%)
     
  • ASX 200

    7,896.90
    +77.30 (+0.99%)
     
  • AUD/USD

    0.6523
    +0.0005 (+0.08%)
     
  • OIL

    83.11
    -0.06 (-0.07%)
     
  • GOLD

    2,254.80
    +16.40 (+0.73%)
     
  • Bitcoin AUD

    106,438.13
    -3,037.64 (-2.77%)
     
  • CMC Crypto 200

    885.54
    0.00 (0.00%)
     
  • AUD/EUR

    0.6044
    +0.0009 (+0.16%)
     
  • AUD/NZD

    1.0899
    -0.0003 (-0.03%)
     
  • NZX 50

    12,105.29
    +94.63 (+0.79%)
     
  • NASDAQ

    18,254.69
    -26.15 (-0.14%)
     
  • FTSE

    7,952.62
    +20.64 (+0.26%)
     
  • Dow Jones

    39,807.37
    +47.29 (+0.12%)
     
  • DAX

    18,492.49
    +15.40 (+0.08%)
     
  • Hang Seng

    16,541.42
    +148.58 (+0.91%)
     
  • NIKKEI 225

    40,369.44
    +201.37 (+0.50%)
     

Mozilla partners with Intel, Red Hat and Fastly to take WebAssembly beyond the browser

Mozilla, Intel, Red Hat and Fastly today announced the launch of the Bytecode Alliance, a new open-source group that focuses on "creating new software foundations, building on standards such as WebAssembly and WebAssembly System Interface (WASI)."

Mozilla has long championed WebAssembly, the open standard that allows browsers to execute compiled programs in the browser. This allows developers to write their applications in languages like C, C++ and Rust and have those programs execute at native speed, all without having to rely on JavaScript, which would take much longer to parse and execute, especially on mobile devices.

Today, support for WebAssembly is part of all the major browser engines. Companies like Figma and Autodesk have experimented with it or are using it in production. I do not get the sense that mass adoption of the technology is near, though, and the barrier to entry is high for most developers. Indeed, today's announcement probably marks the first time I've heard about WebAssemly this year.

The mission of this new group goes beyond the browser, though. It wants to establish "a capable, secure platform that allows application developers and service providers to confidently run untrusted code, on any infrastructure, for any operating system or device, leveraging decades of experience doing so inside web browsers." The argument here is that there is plenty of potential for WebAssembly outside of the browser because it allows untrusted code components to interact with trusted code inside of a sandboxed environment. Indeed, a Mozilla spokesperson noted that WebAssembly has generated more interest from businesses that are interested in this use case than from the traditional application developers and web technologists. Hence this new alliance.

ADVERTISEMENT

When Mozilla and others launched the WebAssembly format, Microsoft and Google were also part of that group. They are not members of the new Bytecode Alliance, though.

Some of the code the various members are contributing to the Alliance include Wasmtime, a runtime for WebAssemble and WASI, as well as Fastly's Lucet, Intel's WebAssembly Micro Runtime and code generator Cranelift.

“WebAssembly is changing the web, but we believe WebAssembly can play an even bigger role in the software ecosystem as it continues to expand beyond browsers," explained Luke Wagner, Distinguished Engineer at Mozilla and co-creator of WebAssembly. "This is a unique moment in time at the dawn of a new technology, where we have the opportunity to fix what’s broken and build new, secure-by-default foundations for native development that are portable and scalable. But we need to take deliberate, cross-industry action to ensure this happens in the right way."