waspy 0.9.0

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

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