- Starting point
- Getting a basic http server running on wasmer
- Get a basic Django command running on python
- Run django server on wasmer
The wasmer runtime allows you to run WebAssembly modules in a variety of environments. This includes the browser, the server, and the command line. This document describes how to run Django on wasmer.