Hello.
I have some interest to port C code to WebAssembly - so I would require running compilers inside containers.
There are some option on where to store (or from where to retrieve) the source code and where to put/save the content of compiled .wasm. Since container isolates a process - it should have some access to the input files, as any other compiler.
I heard of
Rook and
OpenEBS , too - but those do not fit into my criteria/not suitable for predicted DevOps pipelines. But they might be suitable for other scenarios/use cases of other developers.
Ivan