# Running Python in WebAssembly

DevFeed: [Running Python in WebAssembly](<https://devfeed.tech/articles/running-python-in-webassembly-15325.md>)

Original publisher: [Read original article](<https://www.fermyon.com/blog/python-wagi>)

Author: Adam Reese and Matt Butcher

Published: 2022-03-23T20:06:45Z

Content type: tutorial

Language: en

Sources: [Fermyon - Experience the next wave of cloud computing.](<https://devfeed.tech/sources/fermyon-experience-the-next-wave-of-cloud-computing.md>)

Topics: [Python](<https://devfeed.tech/topics/python.md>), [WebAssembly](<https://devfeed.tech/topics/web-assembly.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [python](<https://devfeed.tech/tags/python.md>), [running](<https://devfeed.tech/tags/running.md>), [webassembly](<https://devfeed.tech/tags/webassembly.md>)

## AI overview

This tutorial explains how to compile Python to WebAssembly and run cloud-side Python in a WebAssembly runtime.

## Source excerpt

Python can now be compiled to Wasm. In this post, we show how to run cloud-side Python in a WebAssembly runtime.