Just saw this in Lobsters https://blog.sunfishcode.online/wasi-0-2/ They have introduced the concept of "worlds" there is a cli world and an http world, and more to come. It sounds to me like a similar concept to platforms. what are your thoughs?
The WASM components standardization effort has been going for a few years. WASI 0.2 in January is just the first generally useful release of the idea. In Roc the Module Params proposal from last August is closer to the concept of wasm modules than the current setup so I assumed it was a source of inspiration. I think the most novel thing about the effort is that the WIT ABI is the first serious attempt at a standard ABI that's higher level than C.
component model guide level docs: https://component-model.bytecodealliance.org/
ABI: https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md
Last updated: Jul 06 2025 at 12:14 UTC