//! Useful data types, functions and traits used throughout the crate to interact with WebAssembly
//! entities such as [`crate::Memory`] and [`crate::Value`].
/// Convert bynary data into [`bytes::Bytes`].
pub use IntoBytes;
/// Useful data types, functions and traits for the interaction between host types and WebAssembly.
pub
pub use *;
/// Useful data types, functions and traits for interacting with the memory of a [`crate::Instance`].
pub
pub use *;
/// Useful macros to generate enums to represent `Runtime`-types.
pub
pub
pub