//! This crate provides support for WASI `preview1` for the Wasmi interpreter.
//!
//! Use [`add_to_linker`] to add all supported WASI definitions to the Wasmi linker.
pub use WasmiGuestMemory;
pub use ;
/// Sync mode is the "default" of this crate, so we also export it at the top level.
pub use *;