...

/

Intro to Wasm and Wasm containers

Intro to Wasm and Wasm containers

Learn about WebAssembly and how to run Wasm apps using Docker Desktop.

We'll cover the following...

Introducing WebAssembly

Wasm is a new type of application that is smaller, faster, and more portable than traditional Linux containers. However, traditional Linux containers can do a lot more than Wasm apps. For example, Wasm apps are currently great for AI workloads, serverless functions, plugins, and edge devices but not ...