#![type_length_limit="5795522"]//! Definition and parsing of wasm interfaces
//!//! wasm interfaces ensure wasm modules conform to a specific shape
//! they do this by asserting on the imports and exports of the module.
#![cfg_attr(docsrs,feature(doc_cfg, doc_auto_cfg))]pubmodinterface;pubmodinterface_matcher;pubmodparser;#[cfg(feature ="validation")]pubmodvalidate;pubuseinterface::*;