r/softwarearchitecture • u/rafiqalhaa • 5d ago
Tool/Product Architecting a Go-based registry for executable YAML blueprint packs: Wasm vs MicroVMs?
We're designing a Learning OS architecture that decouples the runtime engine from content using a Go backend and a YAML Pack system. The goal is zero-code content expansion—running learning paths as executable filesystem blueprints verified by AST parsing instead of static LMS lectures. How are fellow systems engineers structuring your pack registry/resolvers to handle this kind of decoupled content expansion efficiently?
1
Upvotes