Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This folder shows examples of embedding Python in a Wasm module.

For Rust, we show how you can use the wlr-libpy crate to get a pre-built libpython for wasm32-wasi. You can combine this with any typical Rust bindings for the C API by CPython.

We have examples based on two different crates, which both offer Python bindings: