Crate wasmer_wasm_interface

Source
Expand description

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.

Re-exports§

pub use interface::*;

Modules§

interface
The definition of a WASM interface
interface_matcher
parser
Parsers to get a wasm interface from text
validatevalidation
Validate a wasm module given a interface.