• Doccool@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        9 days ago

        Okay, I guess I must be missing something cause somehow I’m not understanding how it works

        • fruitycoder@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          9 days ago

          So wasm is just binary target for compliation that runs on a wasm runtime. This could be a service on a server or a brower.

          And since its just executing code the start up time is faster than starting up a whole OS (like co tainers almost do). It also is a more universal target than aws lamda.