waspy 0.12.0

A Python interpreter written in Rust, designed for WebAssembly.
Documentation
1
2
3
4
5
6
7
8
9
10
mod converter;
mod decorators;
mod entry_points;
mod finalize;
mod types;

pub use converter::*;
pub use decorators::*;
pub use entry_points::*;
pub use types::*;