• fruitycoder@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    10 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.