[][src]Module wasm_interface::validate

Validate a wasm module given a interface.

This checks that all imports are specified in the interface and that their types are correct, as well as that all exports that the interface expects are exported by the module and that their types are correct.

Enums

WasmValidationError

Functions

validate_wasm_and_report_errors