prototty_wasm 0.22.0

Wasm frontend for prototty.
Documentation
extern crate prototty_wasm_input;
extern crate prototty_wasm_render;
#[cfg(features = "storage")]
extern crate prototty_wasm_storage;

pub use prototty_wasm_input::*;
pub use prototty_wasm_render::*;
#[cfg(features = "storage")]
pub use prototty_wasm_storage::*;