[][src]Crate wasm_interface

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

parser

Parsers to get a wasm interface from text

validate

Validate a wasm module given a interface.