[][src]Module wasm_contract::validate

Validate a wasm module given a contract.

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

Enums

WasmValidationError

Functions

validate_wasm_and_report_errors