I find the idea of it being language-agnostic intriguing, not to mention the security aspect of how components are isolated at runtime.
I'm considering to build an open source solution to run pipelines based on Wasm components. For one, to learn more about the technology, but also to potentially provide a hosted solution to sustain the open source effort.
A web UI to create pipelines / workflows and a runtime that orchestrates and executes pipelines. People add nodes to a canvas and each node maps to a Wasm component.
I'm curious what you think of that. Is it something you could use? Is it a waste of time because it already exists? Any feedback welcome.
Thanks