This issue is tracking progress on the creation of Python bindings for Wasmi using the PyO3 library.
Python is one of the most if not the most popular programming language with an enormous ecosystem. It would be extremely beneficial for Wasmi to make it possible for Python developers that have a need for lightweight Wasm execution to simply use Wasmi without hassle.
PyO3 is the established solution to craft Python bindings for Rust libraries. From first looks it has everything that Wasmi needs to create great Python bindings.
This issue is tracking progress on the creation of Python bindings for Wasmi using the PyO3 library.
Python is one of the most if not the most popular programming language with an enormous ecosystem. It would be extremely beneficial for Wasmi to make it possible for Python developers that have a need for lightweight Wasm execution to simply use Wasmi without hassle.
PyO3 is the established solution to craft Python bindings for Rust libraries. From first looks it has everything that Wasmi needs to create great Python bindings.