Crate wasm_contract

Source
Expand description

Definition and parsing of wasm contracts

wasm contracts 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 contract::*;

Modules§

contract
The definition of a WASM contract
parser
Parsers to get a wasm contract from text
validate
Validate a wasm module given a contract.