WebAssembly or WASM is a "is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable compilation target for programming languages, enabling deployment on the web for client and server applications." ( https://webassembly.org/ ). It was designed for replacing Flash and ActionScript in the Browsers, but since the invention of the Web Assembly System Interface ( WASI ) several runtime implementations, like wasmtime, appeared and make it runnable at the server as well. The BytcodeAlliance as a nonprofit organization, supported by a lot of the big players in the cloud computing sector, drives the progress of the evolution. As mentioned in many posts in the Web, that I don't want to repeat here, even one of the founders of Docker said, that they don't have to invent Docker if it had been availaible in 2008. I found out that container image registries, that support OCIv2 are ...