this post was submitted on 25 Sep 2025
13 points (93.3% liked)

Python

7496 readers
57 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
top 5 comments
sorted by: hot top controversial new old
[–] Doccool@lemmy.world 2 points 1 week ago (1 children)

ELI5 why is this better than something like ECS or a Lambda?

[–] fruitycoder@sh.itjust.works 0 points 1 week ago (1 children)

Faster starts, more flexible deployments (on prem, on client, in cloud (aws/azure/gcp/etc)).

[–] Doccool@lemmy.world 2 points 1 week ago (1 children)

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

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.

[–] thingsiplay@beehaw.org 2 points 1 week ago

It didn't took long, the second word in the article (besides titles) is "Ai".