You can use Wasmer in your Python projects to execute WebAssembly modules securely and conveniently.
Some of our language extensions are using Wasmer under the hood:
âWasmer Go Extensionâ
âWasmer Java Extensionâ
âWasmer PHP Extensionâ
âWasmer Ruby Extensionâ
Some community made language extensions are also using Wasmer:
âWasmex Elixir Extensionâ
In this section we will go through the instructions on how to setup your Python environment, to then visit different examples of how to use Wasmer in Python.