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.
pub use interface::*;