Wasm is massively underrated IMO.
It’s the perfect substrate for shipping finite state machines, actor-model, pure/functional extensions, and similarly shaped logic.
It’s sandboxed, portable, content-addressable and, most importantly, introspectable by agents.
But using Wasm this way requires adhering to concrete design principles.
In the next days, I’ll be demonstrating this with 3 product releases that are very near and dear to me:
- omnifs re-launch: a modular filesystem that brings the entire internet onto local paths
- untrust: a tiny and delightful credential broker to kill all those nasty .env leaks
- arena0: verifiable p2p programs for agents to co-execute in a trustless way
Been working on all this stuff for months, and I’m excited for it to see the light of day!