Hacker News new | ask | show | jobs
by orangea 936 days ago
In the "on top of WASM" case, I imagine that the advantage of Python and JS will be exactly the same as the "not on top of WASM case". Namely, mainly development convenience at the cost of performance.
1 comments

So it's scenarios where the deployment target has to be WASM, and these languages are chosen to be used on top of it. Like some of these new FaaS clouds which are targeting WASM-only deployments, or e.g. Fastly edge compute?

That makes sense, the mention of JS got me thinking about browsers which is where I spend most of my time.