wasm-bindgen 0.2.55

Easy support for interacting between JS and Rust.
Documentation
//! This is mostly an internal module, no stability guarantees are provided. Use
//! at your own risk.

mod closures;
mod impls;
mod slices;
mod traits;

pub use self::slices::WasmSlice;
pub use self::traits::*;