---
title: 'Addon: kwasm'
description: Canonical makes open source secure, reliable and easy to use, providing
  support for Ubuntu and a portfolio of enterprise-grade technologies. Founded in
  2004, Canonical operates globally with team members in over 80 countries.
url: https://canonical.com/microk8s/docs/addon-kwasm?format=md
---

*Submit*

# Addon: kwasm

**Compatibility**:
**Source**: See [kwasm](https://kwasm.sh/?dist=microk8s#Quickstart) website for details.

The kwasm addon deploys the [KWasm operator](https://github.com/KWasm/kwasm-operator) that installs WasmEdge (the runtime used by Docker) and Fermyon Spin (the framework used by Azure). This makes it possible to run Wasm images built for Docker, or Spin images that run on Azure’s AKS WASI preview.

To enable the addon:

```
microk8s enable kwasm
```

The addon can be disabled at any time with:

```
microk8s disable kwasm
```

Last updated 3 months ago. [Help improve this document in the forum](https://discuss.kubernetes.io/t/addon-kwasm/22054).
